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
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.)