Daniel Shahaf <d...@daniel.shahaf.name> writes: > [ summary for dev@: bug in trunk that doesn't reproduce in 1.6.16; > I can reproduce it with trunk/ra_serf but not with trunk/ra_neon ] > > Aleksandr Platonov wrote on Thu, Apr 07, 2011 at 17:52:13 +0400: >> >> I build Subversion as a part of TortoiseSVN (see >> http://tortoisesvn.googlecode.com/svn/trunk/ext/build/subversion.build) >> >> This problem happens when I try to checkout following url: >> http://svn.webdav.org/repos/projects/neon/tags/0.29.5 >> > > I can reproduce it (with trunk svn): > > * Checking out that URL over ra_neon proceeds normally. > > * Checking out that URL over ra_serf is > (a) noticeably slower > (b) fails with a checksum error: > > svn: E200014: Checksum mismatch for > '/tmp/svn/neon-0.29.5-via-serf/src/ne_auth.c': > expected: 4ce0a5989ad4d1b0f7f66ae08c1e05c1 > actual: 5848237f8c173bd25a118db45cd5574a
I was getting that error last month: http://svn.haxx.se/dev/archive-2011-03/0745.shtml What I find is that the problem sometimes appears and sometimes does not. It's not predictable either, repeating a failed export/checkout will sometimes work and sometimes fail at a different place. That is the case when I try that neon URL: svn: E200014: Checksum mismatch for 'subversion/tests/xx/src/ne_openssl.c': expected: 3bd789b372ca14793e8ac228cdf43a15 actual: be72d4221d805da2484b1cd0182b9049 svn: E200014: Checksum mismatch for 'subversion/tests/xx/src/ne_ssl.h': expected: 6fbb6c5dda02229623c887a9a08b1533 actual: 4f0c8e04845b70ebf1e88adbb780a2f0 I suspect the pool/memory handling in serf or libsvn_ra_serf, but I'm not certain. -- Philip