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

Re: checksum fun take 2:

From: <mass_at_akuma.org>
Date: 2003-01-29 00:44:04 CET

more data for crunching:

$ svn log http://svn.collab.net/repos/svn/trunk/win-tests.py -r {2
months ago}:HEAD -q
------------------------------------------------------------------------
rev 4105: kfogel | 2002-12-12 13:02:38 -0700 (Thu, 12 Dec 2002)
------------------------------------------------------------------------
rev 4371: rassilon | 2003-01-13 15:43:13 -0700 (Mon, 13 Jan 2003)
------------------------------------------------------------------------
rev 4639: brane | 2003-01-28 12:36:42 -0700 (Tue, 28 Jan 2003)
------------------------------------------------------------------------
rev 4642: brane | 2003-01-28 15:08:51 -0700 (Tue, 28 Jan 2003)
------------------------------------------------------------------------
$ svn cat http://svn.collab.net/repos/svn/trunk/win-tests.py -r 4642 |
openssl md5
d58ed8fe8f199a14c1a63234501656c7
$ svn cat http://svn.collab.net/repos/svn/trunk/win-tests.py -r 4639 |
openssl md5
9f30bad101c64a873b0f2c05d529924c
$ svn cat http://svn.collab.net/repos/svn/trunk/win-tests.py -r 4371 |
openssl md5
9f30bad101c64a873b0f2c05d529924c
$ svn cat http://svn.collab.net/repos/svn/trunk/win-tests.py -r 4105 |
openssl md5
f9c9027cfe19f92f7f6e1b9d3d316acf

What revision does your working copy think it has?

-David Waite

Garrett Rooney wrote:

 ok, this is just my week for checksum errors...

 i just got this trying to update my working copy:

 [rooneg@CommandLine:~/Hacking/svn ] svn up
 svn: Working copy text base is corrupt
 svn: could not save file
 svn: apply_textdelta: checksum mismatch for
 '.svn/text-base/win-tests.py.svn-base':
    expected checksum: f9c9027cfe19f92f7f6e1b9d3d316acf
    actual checksum: 9f30bad101c64a873b0f2c05d529924c

 [rooneg@CommandLine:~/Hacking/svn ] vi
 .svn/text-base/win-tests.py.svn-base
 [rooneg@CommandLine:~/Hacking/svn ] vi .svn/entries
 [rooneg@CommandLine:~/Hacking/svn ] md5 win-tests.py
 MD5 (win-tests.py) = 9f30bad101c64a873b0f2c05d529924c
 [rooneg@CommandLine:~/Hacking/svn ] md5
 .svn/text-base/win-tests.py.svn-base
 MD5 (.svn/text-base/win-tests.py.svn-base) =
 9f30bad101c64a873b0f2c05d529924c
 [rooneg@CommandLine:~/Hacking/svn ]

 as far as i can tell, the 'expected' checksum is just wrong compared
 to what i've got, both in the text base and in my working copy's main
 directory. unfortunately, it's not easy to see what's in the actual
 entries file, since it's an old-style checksum... how can i see if
 this actually matches what i've got?

 entry
    committed-rev=4371
    name=win-tests.py
    text-time=2002-12-12T23:32:10.000000Z
    committed-date=2003-01-13T22:43:13.497183Z
    checksum=+ckCfP4Z+S9/bhudPTFqzw==
    last-author=rassilon
    kind=file
    prop-time=2003-01-13T23:40:01.000000Z/

 is anyone else seeing this kind of error?

 -garrett

 ---------------------------------------------------------------------
 To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
 For additional commands, e-mail: dev-help@subversion.tigris.org

---------------------------------------------------------------------
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:23:07 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.