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

Re: corrupted FSFS repository

From: John Szakmeister <john_at_szakmeister.net>
Date: 2006-02-05 12:50:50 CET

On Wednesday 01 February 2006 03:13, Thomas Beale wrote:
[snip]
> If I go onto the server and do a svnadmin verify, I get:
>
> ....
> * Verified revision 47.
> * Verified revision 48.
> * Verified revision 49.
> * Verified revision 50.
> svnadmin: Can't read length line in file 'specification/db/revs/51'

This looks like a bug that Malcome Rowe and myself have been trying to track
down. What appears to be happening, is that an alternate handle to the rev
file is being opened and used, while the other is left dangling. When pool
cleanup time comes around, it flushes the remaining data in the buffer,
clobbering one of the text representations.

If you have the original repository handy, this is actually very easy to fix.
You can send me a private email if you need that done, but it looks like
you've already gotten back up and running using a different solution.

-John

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Feb 5 12:52:19 2006

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

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