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

Re: svnadmin: Checksum mismatch while reading representation:

From: bt c <cbtbt_at_yahoo.com>
Date: 2005-10-29 19:29:59 CEST

Ok, what I just did was:
 
svnadmin dump repo -r1:62 --incremental > repo_1to62.dmp
svnadmin dump repo -r64:157 --incremental > repo_64to157.dmp
// Rename repo to something else.
svnadmin create repo

svnadmin load repo < repo_1to62.dmp

svnadmin load repo < repo_64to157.dmp

 

My understanding is that I will not know what are the changes from 62 to 63 now. Instead I am seeing only changes from 62 to 64 now.

 

John, I appreciate your offer to help. As I am focusing my efforts on some other developments and do not wish to be sidetracked, and also that I can afford to lose the changes, I decide to go ahead with the quick solution. Maybe you can list out the steps that you will take in addressing this problem here?

 

Thanks.

 

John Szakmeister <john@szakmeister.net> wrote:
On Saturday 29 October 2005 03:31, bt c wrote:
> Hi,
>
>
>
> My fsfs repository revision is now at 157.
>
>
>
> C:\data\subversion>svnadmin dump -r 62:64 repo > temp.dmp
>
> * Dumped revision 62.
>
> svnadmin: Checksum mismatch while reading representation:
>
> expected: 88abc4785b8dff25f78f90ba88515817
>
> actual: 288b3be45d03427690dcad3880bb3dc1
>
>
>
> As can be seen, revision 63 is problematic. So I try to recall roughly
> which are the files that are committed in revision 63, and when I try to
> check out those files for revision 63, as expected, the checksum error
> message appears again.
>
>
>
> Ok, now how should I tackle this issue? Manually skip 63 everytime I want
> to backup?

If you put a tarball up on the web somewhere and send me the URL (privately),
I'll fix it so that you can at least do the checkout and the dump. I'll need
your help in verifying the contents are correct though.

-John

                
---------------------------------
 Yahoo! FareChase - Search multiple travel sites in one click.
Received on Sat Oct 29 19:33:05 2005

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.