Svn: XML data was not well formed

I am having a little problem with Subversion on my Mac running Lion. Anytime when I try to check any repository, I always get this error:

svn: XML data was not well-formed

Any tips?

Thanks in advance!

PS I have almost no experience in subversive activities.

0
source share
2 answers

Yes, I ran into a big problem due to this strange error. It appears that when svn has conflicting auth data in an existing .ssh folder, it gets this error.

0
source

Please delete (rename if you want to back up) ~ / .ssh and ~ / .subversion. Removing only .ssh should work.

-1
source

All Articles