How can i set the author in svn? i use smart svn?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I think you want to see author in file properties. Is it right?
I don’t know how to do it in smart svn while I use command line or TortoiseSVN.
In Windows with TortoiseSVN use file context menu and click on file properties. There is “Subversion” tab. In this tab you can add properties. To add author you should add”
If you want to add such property to all files you add to repository then look at your Subversion config file:
c:\Documents and Settings\[user]\[AppData]\Subversion\configthere is
auto-propssection and set it to:(this works only for new files that you add to repository).
There is documentation of svn file properties