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