An SVN error (200 OK) when checking out from my online repo
Posted
by J. LaRosee
on Stack Overflow
See other posts from Stack Overflow
or by J. LaRosee
Published on 2009-06-22T03:33:30Z
Indexed on
2010/04/20
21:33 UTC
Read the original article
Hit count: 513
svn
|tortoisesvn
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'
3) add files to the repo: cd /home/myaccnt/.../myproject (which has /tags, /branch, /trunk); 'svn import file:///home/myaccnt/svn/myproject' (the big ole list of files being added is seen at this point.)
At this point I think that I've setup my repo and imported my project into the repo. So, I'm ready to checkout using TortoiseSVN on my Windows box. So:
4) In the folder I'd like to checkout to, I rightclick and 'SVN Checkout' and then make sure my URL is: http://mywebsite.com/svn/myproject
Result?
Error: OPTIONS of 'http://mywebsite.com/svn/myproject': 200 OK (http://mywebsite.com)
Anyone have any thoughts for me? I'm likely missing something fundemental w/ the structure of my repo or htaccess... or something.
Many thanks in advance.
-JL
© Stack Overflow or respective owner