[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: Daniel L. Rall <dlr_at_collab.net>
Date: 2007-10-22 18:54:25 CEST

On Mon, 22 Oct 2007, Dave Rodgman wrote:

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

Yuck. Time for a bug in the tracker? Sounds like a 1.6-consider, which
hopefully someone can get to in time for a 1.5.x backport.

  • application/pgp-signature attachment: stored
Received on Mon Oct 22 18:54:53 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.