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

Base checksum mismatch on committing reverted after replace file

From: Ivan Zhakov <chemodax_at_gmail.com>
Date: 2007-04-02 13:38:53 CEST

Hi, there!
It's seems I've found another replaced files bug.
I've seeked through issue tracker and didn't found such issue, so I'm
going to fill new issue. Let me know if we already have issue for this
big:

$ svnadmin create repo
$ svn co file:///$repo wc
Checked out revision 0.

$ echo foo >wc/foo
$ echo bar >wc/bar

$ svn add wc/foo wc/bar
A wc/foo
A wc/bar
$ svn ci -m "r1" wc
Adding wc/bar
Adding wc/foo
Transmitting file data ..
Committed revision 1.
$ svn rm wc/foo
D wc/foo
$ svn mv wc/bar wc/foo
A wc/foo
D wc/bar
$ svn revert wc/foo
Reverted 'wc/foo'
$ echo "New foo" >wc/foo
$ svn ci -m "r2" wc
Deleting wc/bar
Sending wc/foo
Transmitting file data .svn: Commit failed (details follow):
svn: Base checksum mismatch on 'foo':
   expected: c157a79031e1c40f85931829bc5fc552
     actual: d3b07384d113edec49eaa6238ad5ff00

-- 
Ivan Zhakov


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Received on Mon Apr 2 13:39:07 2007

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

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