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

Problem: Base checksum mismatch

From: Ingo Adler <dev_at_synacon.ch>
Date: 2005-02-09 22:46:36 CET

Hi,

I get a "Base checksum mismatch" while committing:

...
Sending JavaSource\ch\zkb\emtoto\util\LoginUtils.java
Sending JavaSource\ch\zkb\emtoto\util\ScoreUtils.java
Transmitting file data ...............svn: Commit failed (details follow):
svn: Base checksum mismatch on
'/trunk/emtoto/emtotoWAR/JavaSource/ch/zkb/emtoto
/actions/EditTipAction.java':
   expected: c9e69233dd72238bf41372a0f9a2bc8b
     actual: 8d8303b12cbc9f2b7eff411cfed7d59b

Things I tried afterwards:
- I run update (svn update).
- I verified the repository (svnadmin verify).
- I recreated the repository (change from berkley DB to fsfs) and
reloaded it.

Nothing helped.

I still get this "Base checkum mismatch".

I use svn 1.1.3 on client and server in combination with JavaSVN in
Subclipse. But this time I used command line only. The starting command
was (before the commit):

$ find . -name "*.java" -exec svn propset svn:keywords "Date Author
Revision" {} \;

Any ideas?

Ingo.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Feb 9 22:48:51 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.