[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Corrupt node-revision, Malformed text representation

From: Stefan Sperling <stsp_at_elego.de>
Date: Wed, 27 Oct 2010 21:10:33 +0200

On Wed, Oct 27, 2010 at 11:44:06AM -0700, lcwakeman wrote:
>
> I am getting the following error message when doing a verify using svnadmin.
> I get the same errors doing a SVN Update with TortoiseSVN.
>
> svnadmin: Corrupt node-revision 'c74-3.0.r3/1150218126'
> svnadmin: Malformed text representation offset line in node-rev
>
> How do I fix this?

Try the fsfsverify.py script:
http://svn.apache.org/repos/asf/subversion/trunk/contrib/server-side/fsfsverify.py

Copy the broken revision file to a temporary area.
Run fsfsverify.py -f on that copy until it reports no further errors.
Then check if the revision file works again if moved into the repository.
Keep a backup of the broken rev just in case!

If you want to know more details, see:
http://subversion.tigris.org/issues/show_bug.cgi?id=3705

There's also been another recent post by Julian Foad about corrupt
revisions and how he fixed them:
http://svn.haxx.se/dev/archive-2010-10/0095.shtml

We know what the symptoms of the problem are, but we don't know the root
cause yet. To contribute a data point, could you please tell us which
server version and which client versions are you using?

Thanks,
Stefan
Received on 2010-10-27 21:11:16 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.