Svn – Can’t access the SVN repository

svntortoisesvn

I've used the following guide (up to step 5) to setup SVN on my personal server:
http://blog.loadbalancer.org/how-to-setup-subversion/

Now I'm using TortoiseSVN on my client machine to import my work into the server. I've tried the URL svn://www.mysite.com/repos/project_name , but it gives me a "no repository found" error, even though I'm sure the SVN daemon is running.

My repository is setup under /home/svn/repos/project_name

Do you have any idea what I could be doing wrong? I've never done this before so I'm not sure how to troubleshoot it.

Your help is much appreciated

Best Answer

Normally, svn repositories can be found here:

svn://www.mysite.com/repo_name

...and svn over ssh repositories here:

svn://www.mysite.com/path-to-repos/repo_name