Bug in pre-revprop-change hook calling (1.1.0rc1)
From: Sven Mueller <sm_at_leogic.com>
Date: 2004-08-05 21:52:39 CEST
Hi.
I just wanted to tweak our pre-revprop-change hook to not only limit by
============================== cut ===================================
OLDUSER=`/usr/local/subversion/bin/svnlook author -r $REV "$REPOS"`
if [ "$PROPNAME" = "svn:log" -a "$USER" = "$OLDUSER" ]; then
When the call fails, this is what is written to /tmp/pre_rev_prop_failed:
============================== cut ===================================
As you can see, the user parameter ($3) is actually passed to the script
Hope it helps.
cu,
---------------------------------------------------------------------
|
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.