Allowing SVN access

3 posts / 0 new
Last post
#1 Thu, 03/11/2010 - 14:16
velvetpixel

Allowing SVN access

I created a SVN repo called stuff for svn.example.com which in virtualmin is a sub-server of example.com.

When attempting to access the repo in a client I am getting: "svn: Authentication error from server: Username not found"

I am created a svn user called svn for the svn.example.com virtual server.

I am accessing the repo like this:

svn://svn.example.com User Name: svn Password: svn's password

Still get error.

What am I doing wrong?

Fri, 03/12/2010 - 14:27
andreychek

Howdy,

In $HOME/etc/svn.basic.passwd, do you see that user setup?

Also, are there any errors showing up in your error log in $HOME/logs/error_log?

-Eric

Fri, 03/12/2010 - 19:06
velvetpixel

Thanks for the reply :)

I was accessing the repo at the wrong url!

should have used:

https://svn.example.com/svn/stuff

That worked just fine.

Topic locked