9

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?

Kalpesh Soni
  • 6,879
  • 2
  • 56
  • 59

1 Answers1

1

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.

bahrep
  • 29,961
  • 12
  • 103
  • 150