Hi all,
I'm not sure if this is something I did wrong or a bug, but I'm only
seeing this on the svn client I built myself (not in TortoiseSVN 1.7.5
or debian's 1.6.12dfsg-6 with the same server). I rebuilt with
--enable-maintainer-mode to try to get more information
At random, arbitrary files, checkouts fail, along the lines of:
subversion/svn/checkout-cmd.c:168: (apr_err=200014)
subversion/libsvn_client/checkout.c:229: (apr_err=200014)
subversion/libsvn_client/update.c:551: (apr_err=200014)
subversion/libsvn_client/update.c:412: (apr_err=200014)
subversion/libsvn_ra_serf/update.c:2399: (apr_err=200014)
subversion/libsvn_ra_serf/update.c:2399: (apr_err=200014)
subversion/libsvn_ra_serf/util.c:1913: (apr_err=200014)
subversion/libsvn_ra_serf/util.c:1913: (apr_err=200014)
subversion/libsvn_subr/checksum.c:418: (apr_err=200014)
svn: E200014: Checksum mismatch for 'REDACTED':
expected: 14c7009f204c02209ef14148a8bde444
actual: d41d8cd98f00b204e9800998ecf8427e
I did ./get-deps for dependencies, and my version information is:
$ svn --version
svn, version 1.7.3 (r1242825)
compiled Feb 23 2012, 16:20:07
Copyright (C) 2012 The Apache Software Foundation.
This software consists of contributions made by many people; see the NOTICE
file for more information.
Subversion is open source software, see http://subversion.apache.org/
The following repository access (RA) modules are available:
* ra_svn : Module for accessing a repository using the svn network protocol.
- handles 'svn' scheme
* ra_local : Module for accessing a repository on local disk.
- handles 'file' scheme
* ra_serf : Module for accessing a repository via WebDAV protocol using serf.
- handles 'http' scheme
- handles 'https' scheme
If there is any other information I could provide, let me know.
Thanks,
-Nate