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

checksumming crap

From: <soloturn99_at_yahoo.com>
Date: 2003-01-25 16:58:42 CET

it seems that checksumming is ill:

in wc1:
$ svn mv b b1
$ svn st
D b
D b/aaf.txt
D b/bb
D b/bb/bbb
D b/bb/bbc
D b/bb/bbc/bbba.txt
D b/bb/bbc/bbbb
D b/bb/bbf.txt
D b/bb/klu.java
A + b1
? b1/bb/bbe.txt
$ svn add b1/bb/bbe.txt

in wc2, after checking in in wc1:
$ svn up
A b1
A b1/bb
A b1/bb/bbb
A b1/bb/bbe.txt
A b1/bb/bbc
svn: A checksum mismatch occurred
svn: apply_window: checksum mismatch after applying text delta
(b1/bb/bbc/.svn/tmp/text-base/bbba.txt.svn-base):
   expected checksum: 34f9383e157bc6305f4c7e2290d6ac39
   actual checksum: d41d8cd98f00b204e9800998ecf8427e

$ svn --version
svn, version 0.17.1 (dev build)
   compiled Jan 25 2003

generally i'm VERY concerned about the .svn folder. it is a system
directory, and it is never the master. it has to be treated like that
(i.e. fixed automatically).

__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 14 02:17:11 2006

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.