Dave Rodgman wrote:
> > OK, so how do we reproduce this problem?
> > * Create a pre-revprop-change script that always returns 0
> > * Create a post-revprop-change script that always returns 1
> > * ...try to make a remote propchange?
>
> Yes, that's sufficient:
>
> pre-revprop-change:
> #!/bin/bash
> exit 0
>
> post-revprop-change:
> #!/bin/bash
> exit 1
>
> fails with the previously mentioned error. Changing the exit status to
> 0 in post-revprop-change allows the revprop change.
This was on an FSFS backend, by the way.
cheers
Dave
>
> Dave
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: dev-help@subversion.tigris.org
>
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Oct 22 12:56:15 2007