As promised, here is my solution...

You have to have anon-acces = none for authorisation to work.

So, my final setup is:

<repository/conf/passwd>
username = password

<repository/conf/svnserve.conf>
anon-access = none
auth-access = write
password-db = passwd

Then, in Versions I enter the username and password in the Bookmark
properties dialog so the url now looks like:  
svn://[email protected]/repository_name

For extra security I chmod-ed conf/passwd to 600 (chmod 600 passwd).

Everything works great now.

I hope this helps someone.
-- 
You received this message because you are subscribed to the Google Groups 
"Versions" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/versions?hl=en.


Reply via email to