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

Re: pre-revprop-change hook on win32

From: <kfogel_at_collab.net>
Date: 2005-06-14 20:30:24 CEST

"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

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.