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

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"
REV="$2"
USER="$3"
PROPNAME="$4"
ACTION="$5"

if [ "$PROPNAME" = "svn:log" ]; then exit 0; fi

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

for the above script, EID comes instead of name

but if i change the script to "$PROPNAME" = "svn:author" , name gets
populated, but i will not be able to edit the log message

Please share your thoughts as how to perform both the operations
simltaneously

Regards
R.R.Vishwanath
Desk: +91 80 26588360 Extn: 44211
Cell: +91 9632243577

-----Original Message-----
From: Andy Levy [mailto:andy.levy_at_gmail.com]
Sent: Monday, May 04, 2009 10:27 PM
To: Ramachandran, Vishwanath(IE10)
Cc: users_at_subversion.tigris.org
Subject: Re: Log entries show Employee ID instead of name

On Mon, May 4, 2009 at 10:42, Ramachandran, Vishwanath(IE10)
<Vishwanath.Ramachandran_at_honeywell.com> wrote:
> Hi there
>
>
>
> In tortoise svn, when I do show log message, Log entries show Employee
ID
> instead of name. Names should be displayed. Could you please suggest
how to
> perform this operation?

The logs reflect the username used to authenticate to the repository
when the action was committed.

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2065074

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-05-05 07:23:19 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.