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?

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

Thanks for the reply :slight_smile:

I was accessing the repo at the wrong url!

should have used:

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

That worked just fine.