"Glenn R Heard Jr" <gheard@zoominternet.net> writes:
> Here is a working example of the output from doing a revprop change:
>
> This example shows that the hook script is operating normally and accepts a
> new log message
>
> C:\Lang\Projects\foo>svn propedit svn:log --editor-cmd notepad
> --revprop -r 6
> Set new value for property 'svn:log' on revision 6
>
> In this next example, I delete the log message entirely by deleting the log
> message in notepad:
>
> C:\Lang\Projects\foo>svn propedit svn:log --editor-cmd notepad
> --revprop -r 6
> 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
>
> The error is expected since the hook script does not allow an empty log
> entry, but instead of seeing the stderr message from the hook script, all I
> get is this "request failed" message.
http://subversion.tigris.org/issues/show_bug.cgi?id=443
Best,
-Karl
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Jun 14 21:14:15 2005