Re: svn commit - (no author)
From: Patrick Smears <patrick.smears_at_ensoft.co.uk>
Date: 2004-10-13 22:01:28 CEST
On Wed, 13 Oct 2004, v4r4n wrote:
> My pre-revprop-change script is just the original pre-revprop-change.tmpl with:
This sets the variable 'PROPNAME' to 'svn:author'.
> if [ "$PROPNAME" = "svn:log" ]; then exit 0; fi
This checks that the variable 'PROPNAME' is equal to 'svn:log' (which it
echo "Failing due to wrong property"
before the "exit 1".
You want to keep the original:
> REPOS="$1"
... as this basically just gives friendly names to the parameters that
(Of course as Karl pointed out you'll need to have the script be
Patrick
-- The easy way to type accents in Windows: http://www.frkeys.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Wed Oct 13 22:02:11 2004 |
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.