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
For me it was definitely an authentication issue.
Normally when I attempt to checkout a new project, I am asked if I want to accept the certificate (permanently, temporary, or not at all).
I must have clicked not at all previously, so it wouldn't prompt me again.
Using the TortoiseSVN client I went into Settings, then Saved Data and cleared my Authentication data (button Clear).
Then when I attempted a checkout, it prompted me to accept the certificate. I did Permanently and all was good. It checked out all my code.