I setup visual SVN on windows server 2008 named myserver It asked me to create a username/password since I selected Subversion Authentication. I then created an empty repository called myproject.
I also installed tortoise svn on my Dev box Windows 7 and trying to access with repository browser http://myserver:8080/svn/myproject/ however it gives me the same error all the time.
"OPTIONS of 'http://myserver:8080/svn/myproject/' Could not read status line: An existing connection was closed by the remote host. http://myserver:8080/"
I also tried windows basic with the same result. What's missing here?
Also when I try to browse to http://myserver:8080/svn/ it says "Repository moved permanently to 'http://myserver:8080/'; please relocate"
Is this some sort of permissions issue?
One more thing - when I navigate to 'http://myserver:8080/svn/myproject/' on my web browser it asks me for the user/password and lets me browse the folders.