MikeS159
MikeS159

Reputation: 1974

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

Upvotes: 0

Views: 1334

Answers (2)

MikeS159
MikeS159

Reputation: 1974

Ok, svnadmin verify produced the ENDREP error (E200004) and recover didn't do anything. I have managed to change the current version file in the actual repository to the previous version, checked out again and re-added my changed files from my local copy. Everything seems to be working now, hopefully that will be the last of it.

Upvotes: 0

Lazy Badger
Lazy Badger

Reputation: 97395

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)

Upvotes: 2

Related Questions