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

Re: pre-revprop-change fails for svn:log

From: Markus Meyer <markus.meyer_at_koeln.de>
Date: Fri, 27 Jun 2008 09:47:31 +0200

Hyrum K. Wright schrieb:

Hi Hyrum,

> What are the contents of pre-revprop-change? (Neglecting the obvious
> comments in the file, of course.)

It's the standard Debian Etch Subversion stuff.

#!/bin/sh

REPOS="$1"
REV="$2"
USER="$3"
PROPNAME="$4"
ACTION="$5"

if [ "$ACTION" = "M" -a "$PROPNAME" = "svn:log" ]; then exit 0; fi

echo "Changing revision properties other than svn:log is prohibited" >&2
exit 1

I already added an 'echo "$ACTION $PROPNAME" before the if-clause but
nothing was shown.

Cheers,
        
        Markus

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-06-27 09:47:59 CEST

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

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