I am getting an error when I try to checkout code using TortoiseSVN.
Error: OPTIONS of 'Serverpath': could not connect to server (http:Serverpath)
Any thoughts?
I am getting an error when I try to checkout code using TortoiseSVN.
Error: OPTIONS of 'Serverpath': could not connect to server (http:Serverpath)
Any thoughts?
what happens if you telnet to the server on the port that svn is listening. I think the default svn protocol port is 3690
If it's http you may want to try using your web browser to access it, or maybe a subset of the url, just to see if that server is up. Of if you typed it correctly. It's really easy to mistype a path.
Of course, if it's not http, and yet you get an error like that, then that's a clue as well. Perhaps you left out the svn:// part?
I had this problem, and it came down to case - SVN is case dependant, whereas http isn't.
There was a problem with my network settings in TortoiseSVN. Its working now!!
Thanks for all the support!!!