0
votes

I'm trying to checkout a working copy of subversion project, I've tried it through Netbeans, via command line and rapid Svn. I get the error

 Execute: Checkout
 Error: Error while performing action: The PROPFIND response contains    invalid XML (200 OK)

I'm using ubuntu desktop. Any ideas gratefully received. thanks

1
What version of SVN (client and server) & RapidSVN are you using? Are you certain that your URL, authentication & authorization are correct? Have you looked at stackoverflow.com/q/1025377/1324345?alroc
@alroc svn locally is 1.8.8 (don't know remote) and 0.12.1 RapidSVN. I also get this error code prefixed as well svn: E130003: The PROPFIND response contains invalid XML (200 OK) , my colleague with mac can svn in with the same credentialsGAV

1 Answers

1
votes

Most likely, you enter incorrect URL to the repository. Make sure that the URL is correct.