You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Joseph Klida <jk...@amadeusconsulting.com> on 2012/04/03 23:50:28 UTC

Checksum Kind Mismatch

I am seeing a problem where I am trying to commit a file change to Subversion 1.7.4 over HTTP (via Apache) and am getting the following error:

Transmitting file data .svn: E235000: In file 'D:\Development\SVN\Releases\TortoiseSVN-1.7.6\ext\subversion\subversion\libsvn_wc\wc_db_pristine.c' line 482: assertion failed ((*md5_checksum)->kind == svn_checksum_md5)

Using SmartSVN, I get a similar error that provides a little more info:
Commit failed (details follow): Checksum mismatch for 'C:\Projects\...'; expected '$sha1$...', actual: '$md5$...'

Why would svn not be able to determine the correct checksum alg to use?

All machines involved are Windows (7 SP1 and 2008R2 SP1). Server is using VisualSVN Server (Apache based). Would it be possible that VisualSVN-Apache are always assuming MD5?

Would this a bug in svn? TortoiseSVN? VisualSVN Server?

FYI, I am NOT on the mailing-list, so please CC me.

Thanks
-joe