RE: Log entries show Employee ID instead of name
From: Ramachandran, Vishwanath(IE10) <Vishwanath.Ramachandran_at_Honeywell.com>
Date: Tue, 5 May 2009 10:52:29 +0530
Hi There
Thanks for the reply, but a few doubts
Please find the script below
REPOS="$1"
if [ "$PROPNAME" = "svn:log" ]; then exit 0; fi
echo "Changing revision properties other than svn:log is prohibited" >&2
for the above script, EID comes instead of name
but if i change the script to "$PROPNAME" = "svn:author" , name gets
Please share your thoughts as how to perform both the operations
Regards
-----Original Message-----
On Mon, May 4, 2009 at 10:42, Ramachandran, Vishwanath(IE10)
The logs reflect the username used to authenticate to the repository
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
|
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.