vote up 1 vote down star

I have someone connecting to my repository using the url (substituted the IP address): svn+ssh://craig@123.45.67.89/subversion

Yet when they commit files, the author entry is "null".

According to this article: http://tortoisesvn.net/node/80 it should be working fine.

Does anyone have any suggestions?

flag

75% accept rate

1 Answer

vote up 1 vote down check

Check your server configuration in [repository]/conf/svnserve.conf file if it has set

anon-acces=write
auth-access=write

Usually, with the default settings

anon-access = read
auth-access = write

(you can just comment out the lines), the author information should be preserved.

link|flag
That was it, thanks! – richardhenry Sep 29 '08 at 19:27

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.