Cannot dump svn repository
Posted
by
vinga
on Super User
See other posts from Super User
or by vinga
Published on 2011-01-31T23:21:46Z
Indexed on
2011/01/31
23:28 UTC
Read the original article
Hit count: 178
svn
I've a problem with my svn repo. I cannot use it, I even cannot dump it.
svnadmin verify repo
returns
Can't set position pointer in file 'svn/db/revs/0/0'
When I try to dump repo (no matter what revision range), console output shows:
* Dumped revision 0.
svnadmin: Final line in revision file missing space
I've googled that this may be connected with wrong version apr apache2 library, but I have other repositories which work good, so I thing this isn't the case.
Is there any way to save at least some files from my repo? Can svn repo get corrupted so easily (probably after power-cut, however I'm not sure).
© Super User or respective owner