Adam Kane
Adam Kane

Reputation: 4036

What to do when SVN Checkout stops working

Today, my SVN repository on CodePlex stopped working.

Trying to do a fresh checkout, I get the following error:

Command: Checkout from https://digger.svn.codeplex.com/svn, revision HEAD, Fully recursive, Externals included
Error: PROPFIND of '/svn': 207 Multi-Status (https://digger.svn.codeplex.com)

I've posted a support request on CodePlex, but other than that, are there steps to resolve this type of SVN error? (All Update and Commit operations also fail, but have been working fine for months before today).

Upvotes: 1

Views: 814

Answers (1)

Adam Kane
Adam Kane

Reputation: 4036

The Codeplex team suggested that I convert over to Mercurial, as it was an unrecoverable bug with their SVN Bridge setup. Instead, we just reset the entire repository and recommited everything.

Upvotes: 0

Related Questions