[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: Erik Huelsmann <ehuels_at_gmail.com>
Date: 2007-10-19 18:06:45 CEST

On 10/19/07, Dave Rodgman <dave_rodgman@fastmail.co.uk> 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

Ben, my hook-reporting fixes may affect this scenario, so it could be
this can't be reproduced on 1.5-trunk.

bye,

Erik.

---------------------------------------------------------------------
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:06:55 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.