I\'m trying to set up my first repository on my host and am getting this error when I use TortoiseSVN to checkout the project:
Error: OPTIONS of \'htt
I ran into this error while connecting to an open source repository from my Ubuntu x-term.
The solution that worked was modifing /etc/subversion/servers
file. I modified the proxy settings in the global section and now: All is well.
If you change the checkout address from http://mywebsite.com/svn/myproject
to svn://mywebsite.com/svn/myproject
, does it start working? If so, maybe you didn't set up the HTTP protocol for SVN access?