Questions tagged [svn-propset]

Questions regarding SVN propset operations.

In the context of the Apache SVN Version Control System, propset is an operation that assigns values to properties on files, directories, or revisions.

33 questions
0
votes
1 answer

Ant script execute svn to set svn:externals doesn't work

In Ant's build.xml, I use Ant's exec task to call svn with the args like this: And what…
0
votes
1 answer

set svn:externals to a repository url from command line

Am trying to set svn externals directly to a repository url from the command line. I would like to know if there is a way to accomplish this without checking out a working copy Thanks Ipoo Doh
Ip Doh
  • 5
  • 1
  • 5
0
votes
1 answer

svn propset does not work when called from a script

My svn propset command works when it is called from the prompt but does not work properly when called inside a while loop in a bash script. my command looks like below, svn propset -r945 --revprop svn:log '[Release ] [story]' blahReport.sh and my…
BVAD
  • 75
  • 2
  • 6
1 2
3