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

Re: checksum bug, a great mystery.

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2003-02-12 23:29:23 CET

Ben Collins-Sussman <sussman@collab.net> writes:

> Then within 5 to 30 seconds, you'll get a commit error in the second
> shell like this:
>
> Transmitting file data ..subversion/libsvn_client/commit.c:669: (apr_err=200014)svn: A checksum mismatch occurred
> svn: Commit failed (details follow):
> subversion/libsvn_fs/dag.c:1391: (apr_err=200014)
> svn: svn_fs__dag_finalize_edits: checksum mismatch, rep "1o":
> expected: 69e5c7f96d30e12e4707fb13637aceab
> actual: b0e641c998cc3eae6fa2f8726d98cddd

Same here (Linux, gcc-3.2.2)

svn: A checksum mismatch occurred
svn: Commit failed (details follow):
../svn/subversion/libsvn_fs/dag.c:1391: (apr_err=200014)
svn: svn_fs__dag_finalize_edits: checksum mismatch, rep "16":
   expected: 22909630d6e69e47cf5788668047b666
     actual: b0e641c998cc3eae6fa2f8726d98cddd

stress.pl can be run ra_dav and ra_svn. For example to use ra_svn

$ svnserve -d -r .
$ stress.pl -c -s1 -U svn://localhost/repostress

I don't see the checksum error using ra_svn, but I do see this

Transmitting file data ....../svn/subversion/libsvn_client/commit.c:670: (apr_err=210002)
svn: Network connection closed unexpectedly
svn: Commit failed (details follow):
../svn/subversion/libsvn_ra_svn/marshal.c:167: (apr_err=210002)
svn: Connection closed unexpectedly
unexpected commit fail: exit status: 256

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Feb 12 23:30:09 2003

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.