Svn up taking a very long time, or stuck; repository corrupted

svn

Is this a sign my repository is corrupted?

I ran svn up via ssh and quit in the middle (Ctrl+C) once I realised I made a mistake, then I tried again and it said to run svn cleanup so I did, ssh'ing into the machine. Then I tried svn up and waited and it never showed anything (still hasn't).

I then did svnadmin verify /root/of/repos and it successfully verified every revision (over 2400).

Then I suspected the copy was bad. So I checked out a new copy and replaced the old version. Checked out fine. However, that copy has the same symptom of basically running svn up in a way indistinguishable from a hang.

Anything else I can do or is my repository (and all changes) gone? 🙁

Best Answer

Try to checkout the working copy on the server(by using the file:// URL), just to check that the repository is corrupt (I doubt that).

I think something is wrong whith you ssh tunnel

Related Question