Note that there are some explanatory texts on larger screens.

plurals
  1. POAn SVN error (200 OK) when checking out from my online repository
    text
    copied!<p>I'm trying to set up my first repository on my host and am getting this error when I use <a href="http://en.wikipedia.org/wiki/TortoiseSVN" rel="nofollow noreferrer">TortoiseSVN</a> to checkout the project:</p> <blockquote> <p>Error: OPTIONS of '<a href="http://mywebsite.com/svn/myproject" rel="nofollow noreferrer">http://mywebsite.com/svn/myproject</a>': 200 OK (<a href="http://mywebsite.com" rel="nofollow noreferrer">http://mywebsite.com</a>)</p> </blockquote> <p>Here is what I did:</p> <ol> <li><p>Ssh into my host and head to /home/myaccnt and 'svnadmin create svn'</p></li> <li><p>Create my project repository: 'svn mkdir svn/myproject'</p></li> <li><p>Add files to the repository: cd /home/myaccnt/.../myproject (which has /tags, /branch, /trunk); 'svn import file:///home/myaccnt/svn/myproject' (the big old list of files being added is seen at this point.) <br/> At this point I think that I've setup my repository and imported my project into the repository. So, I'm ready to checkout using TortoiseSVN on my Windows box. So:</p></li> <li><p>In the folder I'd like to checkout to, I right click and <em>SVN Checkout</em>, and then make sure my URL is: <a href="http://mywebsite.com/svn/myproject" rel="nofollow noreferrer">http://mywebsite.com/svn/myproject</a></p></li> </ol> <p>Result?</p> <blockquote> <p>Error: OPTIONS of '<a href="http://mywebsite.com/svn/myproject" rel="nofollow noreferrer">http://mywebsite.com/svn/myproject</a>': 200 OK (<a href="http://mywebsite.com" rel="nofollow noreferrer">http://mywebsite.com</a>)</p> </blockquote> <p>Anyone have any thoughts for me? I'm likely missing something fundamental with the structure of my repository or htaccess... or something.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload