Please someone help me to resolve my problem in svn. I can't checkout. I was just committing and checking out yesterday in other computer. The I try to checkout all the files here in my computer but it always fail.

Here is the message

Error: OPTIONS of 'http://mydomain.unfuddle.com/svn/myfolder': 200 OK (http://mydomain.unfuddle.com) 

any advise or suggestions please

link|improve this question
I have found this link.. maybe it can help.. stackoverflow.com/questions/1239370/… :) – user91491 Aug 13 '11 at 6:20
Should be on Stackoverflow – TheLQ Aug 13 '11 at 6:41
I already try to turn off firewall but still not working – svn noob Aug 13 '11 at 7:12
feedback

1 Answer

Your SVN client is getting a non-WebDAV response from the SVN server.

Is that a valid, working path to a SVN repository? (hint: probably not)

Some things to check:

  • Does it really use http, and not https? That'd be a bit insane for a WebDAV SVN session, passing credentials in plain text.
  • Have you tried adding a trailing slash (.../svn/myfolder/)? WebDAV can be picky about slashes.
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.