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

Checksum Kind Mismatch

From: Joseph Klida <jklida_at_amadeusconsulting.com>
Date: Tue, 3 Apr 2012 21:50:28 +0000

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
Received on 2012-04-04 04:20:53 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.