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

Re: post-revprop-change hook failure prevents revprop change

From: Dave Rodgman <dave_rodgman_at_fastmail.co.uk>
Date: 2007-10-22 12:56:03 CEST

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

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

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