An SVN error (200 OK) when checking out from my online repository

后端 未结 14 1038
自闭症患者
自闭症患者 2020-12-01 07:00

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

相关标签:
14条回答
  • 2020-12-01 07:53

    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.

    0 讨论(0)
  • 2020-12-01 07:54

    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?

    0 讨论(0)
提交回复
热议问题