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

后端 未结 14 1109
自闭症患者
自闭症患者 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条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-01 07:51

    A modification of the first response worked for me.

    My repository uses SSH. The URL was given to me as https:// (for HTTPS access) and I eventually figured out that the protocol on the URL needed to be changed.

    Using the command-line client: $ svn checkout svn+ssh:///svnroot//

    (No key configuration was needed.)

提交回复
热议问题