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

Re: Checksum Error (can someone check out my Repository?)

From: Ryan Schmidt <subversion-2006Q1_at_ryandesign.com>
Date: 2006-04-04 14:20:47 CEST

On Apr 4, 2006, at 13:01, Hermann Thomas - AVANCE Gesellschaft für
Marketing und Vertrieb mbH wrote:

> Unfortunately I am still not able to get my Files. I am unable to
> interpret the Information I get concerning the problems with
> Checksum errors in the Web. I Uploaded the Repository on our Web
> server. If anyone is willing to download the Repository and is kind
> enough to check it out would be great.
> http://www.avance-marketing.de/downloads/repo.zip
> I can check out all Files except the /flas/inhalt3.fla and /flas/
> inhalt4.fla. These 2 Files are the biggest ones and I think that
> caused the problem.
> I was able to check out all other files separately using
> TortoiseSVN. Tortoise has a feature to download single Files from
> the Repository.
> The Repository was created with the latest SVN Version running on a
> Windows Server.
> Thanks if anyone could help out.

Unfortunately, all I can do is confirm that yes, your repository is
having problems.

I downloaded it and gave it a whirl using Subversion 1.3.0 on Mac OS
X 10.4.5 PPC. Attempting to check out "flas" or cat "inhalt3.fla" or
verify the repository reports a checksum error.

$ svn co file://`pwd`/repo/flas
A flas/inhalt1.fla
A flas/inhalt2.fla
svn: Checksum mismatch while reading representation:
    expected: 2bef596380f7337c8aeb1299f67ad6ed
      actual: bd7dec231876205a137e537d0ff5a7da

$ svn cat file://`pwd`/repo/flas/inhalt2.fla > inhalt2.fla

(no problem)

$ svn cat file://`pwd`/repo/flas/inhalt3.fla > inhalt3.fla
svn: Checksum mismatch while reading representation:
    expected: 2bef596380f7337c8aeb1299f67ad6ed
      actual: bd7dec231876205a137e537d0ff5a7da

(inhalt3.fla is now 71168000 bytes (a suspiciously well-rounded size)
and Flash MX 2004 cannot open it.)

$ svnadmin verify repo
* Verified revision 0.
* Verified revision 1.
svnadmin: Checksum mismatch while reading representation:
    expected: 2bef596380f7337c8aeb1299f67ad6ed
      actual: bd7dec231876205a137e537d0ff5a7da

$ svn --version | head -n 2
svn, version 1.3.0 (r17949)
    compiled Feb 9 2006, 01:30:44

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Apr 4 14:22:22 2006

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.