svn - Change username in VisualSVN -


we using visualsvn (free version) , have users in firstnames usernames. want change users firstname.lastname.

visualsvn not seem provide function this. wonder if possible change usernames in console perhaps. cannot find information on because of related problems lead changing user of e.g. commit. want keep in tact. of course delete users , create new ones want commits still related correct users.

as far know (not much) strings denote revision authors, , stored every commit in property svn:author, strings. there no relations made visualsvn user database. string can changed anything, including not username.

best (and afaik only) course of action remove existing users, add new users, , run script on repositories rename svn:author property every revision.


Comments