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

Re: Tortoise Check-in error Checksum mismatch

From: Ryan Schmidt <subversion-2009b_at_ryandesign.com>
Date: Tue, 21 Jul 2009 14:51:17 -0500

On Jul 21, 2009, at 11:15, Dave Schinkel wrote:

> I cannot figure out why I get this error during check-in. I checked
> in successful only a few hours ago so not sure why now it's
> complaining
>
> Error: Commit failed (details follow):
> Error: Checksum mismatch for
> Error: 'C:\sss\sss\trunk\xxxx.svn\text-base\Header.ascx.svn-base';
> expected:
> Error: '3cee96f580409a1711a47541a07860dd', actual:
> 'a5fc0f8819b88bf32ab38d4c9a6b0654'
> Error: Try a 'Cleanup'. If that doesn't work you need to do a fresh
> checkout.
>
> I got latest and also performed a clean-up which said successful so
> not sure what else to do.

Did you run some kind of global find-and-replace operation on your
working copy which also modified Header.ascx.svn-base? The files in
the .svn directory should not be modified. (I assume it is a typo
above that there is no backslash between "xxxx" and ".svn".) I
suggest you do a fresh checkout and manually copy your changes into
that new working copy (don't copy the .svn directories) and commit
from there. Then toss the old working copy, and configure your find-
and-replace utility to not touch things in the .svn directories. When
I do find/replace I limit it to files of a particular name; since the
files in text-base have ".svn-base" appended to their name, that
allows me to avoid modifying them.

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2373327

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-07-21 21:52:15 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.