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

RE: Problem: Base checksum mismatch

From: Dale Worley <dworley_at_pingtel.com>
Date: 2005-02-09 23:16:34 CET

-----Original Message-----
From: Ingo Adler [mailto:dev@synacon.ch]

svn: Base checksum mismatch on
'/trunk/emtoto/emtotoWAR/JavaSource/ch/zkb/emtoto
/actions/EditTipAction.java':
   expected: c9e69233dd72238bf41372a0f9a2bc8b
     actual: 8d8303b12cbc9f2b7eff411cfed7d59b
---------------------------------------------------------------------

It means that the copy of the file in .svn/text-base doesn't match the
revision listed in the .svn/entries file. You can fix it by looking in
.svn/entries for the correct version, then doing "svn cat -rXXX <file name>
>.../.svn/text-base/<file name>.svn-base".

Dale

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Feb 9 23:20:26 2005

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.