Our org uses funny user ids - rzhxxn etc.
In tortoise svn log/blame etc, i want to see the author name.
Is there anyway to create a mapping file to see the real name instead of id?
Our org uses funny user ids - rzhxxn etc.
In tortoise svn log/blame etc, i want to see the author name.
Is there anyway to create a mapping file to see the real name instead of id?
No, Subversion takes your user account (i.e. authenticated account's) name as svn:author
property. There is no way for you, as a regular user (i.e. non-admin) to change it.