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

Re: Problem with checksums...

From: <kfogel_at_newton.ch.collab.net>
Date: 2003-01-20 23:37:08 CET

Justin Erenkrantz jerenkrantz@apache.org writes:
 When checking out one of my repositories (r4474), I now get the
 following error:
 
 svn: A checksum mismatch occurred
 svn: apply_window: checksum mismatch after applying text delta:
    expected checksum: ef602fad4a37815ced3054aa05614931
    actual checksum: 80779bc0011366b625f92b8a1c013f13
 
 The program is that I don't know:
 
 - What file is 'corrupt'
 - What I can do to fix this
 
 I already did a dump/load and that didn't help. Something looks
 pretty busted. Shouldn't a dump/load force a recomputation of the
 text windows?

Yup. Something is busted. We need to find out what it is.

This error is coming from libsvn_repos/text_delta.c:apply_window().
(The only reason it's not printing out the path is that it doesn't
have it conveniently available.)

Are you checking out over ra_dav?

If you can give a complete reproduction recipe, including the data,
I'll bet I can track this down pretty quickly. (The dump file would
be fine.)

 Perhaps we should add a configuration option to disable checksums?

Yikes, no -- this is telling us something important. Sorry for the
inconvenience to you, but we do need to know :-).

-K

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 14 02:03:21 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.