[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-19 18:05:03 CEST

> 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.

Dave

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Oct 19 18:05:16 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.