Hello,
used subversion version:
svn, version 1.6.16
Problem:
svn propset fixlog '-r HEAD:23384' .
Returned error:
svn: Syntax error in revision argument ' HEAD:23384'
The problem is the first charcter of the property value '-'. It seems that the
hyphen '-' is taken as a subversion parameter. When I insert a blank as first
charcter of the property value (before the hyphen), it works. Is it a subversion
error? How can I set a property value, which has a hyphen as first character value?
Thank you!
Best regards
Nils Krohn