http://subversion.tigris.org/issues/show_bug.cgi?id=2990
Issue #|2990
Summary|post-revprop-change errors cancel
commit
Component|subversion
Version|1.4.x
Platform|All
URL|
OS/Version|All
Status|NEW
Status whiteboard|
Keywords|
Resolution|
Issue type|DEFECT
Priority|P3
Subcomponent|unknown
Assigned to|issues subversion
Reported by|dave_rodgman
------- Additional comments from dave_rodgman tigris.org Wed Oct 24 03:59:36 -0700 2007 -------
Server & client were 1.4.3 with FSFS backend. The
following post-revprop-change
hooks prevent revprop changes (as if the "exit 1"
were in the pre-revprop-change
hook):
pre-revprop-change:
#!/bin/bash
exit 0
post-revprop-change:
#!/bin/bash
exit 1
Changing the exit status to 0 in post-revprop-change allows
the revprop change.
See discussion here:
htt
p://svn.haxx.se/dev/archive-2007-10/0954.shtml
------------------------------------------------------------
---------
To unsubscribe, e-mail: issues-unsubscribe subversion.tigris.org
For additional commands, e-mail: issues-help subversion.tigris.org
|