svnversion-controlsvn-administraton

SVN repo corrupted


I have a repository which I can add files to, but when I try to commit or checkout the repository (to any version) I get the error 'Could not convert '�⛰ENDREP' into a number'

I have no idea what is going on, I don't really want to loose the history from my repo by having to re-create it. I last committed yesterday and went to commit at the end of the day today (after adding one file) and now it appears to be corrupted.

Can anyone explain what has happened and how it can be fixed?

Edit: I am using TortoiseSVN 1.9.2, Build 26806 - 64 Bit


Solution

  • You have damaged repository.

    In order to fix it you (or SVN-admin, better) have to have access to server and run svnadmin verify for testing repository and svnadmin recover if there are errors detectedIt seems as rather old version of TortoiseSVN (pre-1.7) with ancient version of SVN on the repo-side like 1.3 (source, source, source)