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

RE: Always reproducible base checksum mismatch error

From: Philipp Wollermann <philipp_at_igowo.de>
Date: 2007-11-22 10:11:53 CET

Hi again,

oh oh, I just looked through the Apache (mpm-worker) error log:

When the commit fails, it logs:

[Thu Nov 22 10:08:02 2007] [error] [client 81.95.13.194] Unable to PUT new contents for /test/!svn/wrk/6d772da6-98da-11dc-b4cc-adfc1b59dba4/test. [403, #0]
[Thu Nov 22 10:08:02 2007] [error] [client 81.95.13.194] Could not prepare to write the file [500, #200014]
[Thu Nov 22 10:08:02 2007] [error] [client 81.95.13.194] Base checksum mismatch on '/test':\n expected: 70c97c4f02fc5137f79d8de1e4e51552\n actual: 1167b4a2ca964e3eb7c578fb3c2266dc\n [500, #200014]

Now why's that? :)

Don't know if that has anything to do with that, but just saw your other thread regarding threading issues with sqlite:
I also built apr 1.2.11 and sqlite 3.5.2 myself, using:

apr:
./configure -q --prefix=/usr/local/stow/apr-1.2.11 \
                --enable-nonportable-atomics \
                --enable-threads \
                --with-devrandom=/dev/urandom

sqlite:
./configure -q --prefix=/usr/local/stow/sqlite-3.5.2 \
                --enable-threadsafe \
                --enable-cross-thread-connections \
                --enable-tempstore \
                --enable-releasemode \
                --with-tcl=/usr/lib/tcl8.4/

Regards,
Philipp

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Nov 22 10:12:09 2007

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.