An SVN error (200 OK) when checking out from my online repo
- by J. LaRosee
I'm trying to setup my first repo on my host and am getting this error when I use Tortoise to checkout the project:
Error: OPTIONS of 'http://mywebsite.com/svn/myproject': 200 OK (http://mywebsite.com)
Here is what I did:
1) ssh into my host and head to /home/myaccnt and 'svnadmin create svn'
2) create my project repo: 'svn mkdir svn/myproject'…