I want to set my full name (or a name chosen by me) to appears in the $Id$ area on commit and not my nickname. Is there a way to do it?
OS: Ubuntu 8.10
I want to set my full name (or a name chosen by me) to appears in the $Id$ area on commit and not my nickname. Is there a way to do it?
OS: Ubuntu 8.10
On
Assuming you have permissions to do this, I'm told you can do it with the command
svn ps svn:author "author_name" --revprop -r revision_number "repository_url"
If you get an error, you'll need to add pre/post propset hooks.
there is no way to set it :(