i want to set my full name (or a name choosed by me) to appears in the $Id$ area on commit and not my nickname. There is a way to do it?
Thanks in advance , Sirakov
P.S. OS: Ubuntu 8.10
i want to set my full name (or a name choosed by me) to appears in the $Id$ area on commit and not my nickname. There is a way to do it?
Thanks in advance , Sirakov
P.S. OS: Ubuntu 8.10
You want a file with your name on it and then
svn propset svn:keywords "Author" file.txt
As seen in http ://svnbook.red-bean.com/en/1.4/svn.advanced.props.special.keywords.html
$Id$ is a combination of Revision Number, Date, Author and URL.
You could, if the repository allows it, change the author. I would recommend not to do so though, because you'll have to do this after each commit.
Can't you just change your login name?