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

Re: Re: Mapping user names in the log viewer

From: Brad Stiles <bradstiles_at_bellsouth.net>
Date: 2006-11-02 19:07:55 CET

> Young, Jason (GE Indust, GE Fanuc) wrote:
> Is there a way to have "friendly" user names show up in the log viewer?
> We use employee id's as our user names, but that doesn't really help us
> know what the persons real name is in the log viewer. Is there a way to
> have some kind of mapping file that associates a username with a display
> name?

In order to do this, you need to set up a hook that changes the svn:author property on each revision. We do something like this, except we have a script that runs at intervals to retrieve the existing svn:author property, look it up in Active Directory, then put the user's real name back in, along with the user's network id.

> Stefan Küng wrote:
> I don't think that this is a feature which really needs to get
> implemented. You rather should just set up your user names not to be
> employee id's.

Not always possible in a corporate environment.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
Received on Thu Nov 2 19:08:00 2006

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.