[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: propedit on repository with spaces in URL

From: ESSI - Billie H. Cleek <bcleek_at_essystemsinc.com>
Date: 2006-03-23 18:01:53 CET

Yes, I tried:
<cmd>
svn propset svn:log --revprop -r HEAD URL%20with%20spaces
</cmd>

I also tried:
<cmd>
svn propset svn:log --revprop -r HEAD "URL%20with%20spaces"
</cmd>

I am prompted for my authentication information, the correct log comes
up in an edit window, but when I attempt to save the log svn shows:
<output>
svn: DAV request failed; it's possible that the repository's
pre-revprop-change
hook either failed or is non-existent
svn: At least one property change failed; repository is unchanged
</output>

Here is the contents of my pre-revprop-change:
<file>
#!/bin/sh

REPOS="$1"
REV="$2"
USER="$3"
PROPNAME="$4"

exit 0
</file>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Mar 23 18:02:41 2006

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.