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
It's the standard Debian Etch Subversion stuff.
#!/bin/sh
REPOS="$1"
if [ "$ACTION" = "M" -a "$PROPNAME" = "svn:log" ]; then exit 0; fi
echo "Changing revision properties other than svn:log is prohibited" >&2
I already added an 'echo "$ACTION $PROPNAME" before the if-clause but
Cheers,
---------------------------------------------------------------------
|
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.