On Dec 15, 2009, at 5:19 PM, Michael wrote: > I did 'fossil rebuild --repository X' after I upgraded to > > $ fossil version > This is fossil version [5bccc5a526] 2009-12-10 02:25:45 UTC > > > $ fossil commit > ... > New_Version: 20e486405a4e5cbd5d1a65360b0a562e27e3ea1b > fossil: tree checksum does not match repository after commit > $
Do you happen to have files named "manifest" or "manifest.uuid" as part of your check-in? After the commit occurs, but before the checksum verification, fossil overwrites those files with the versions that it generates itself. This can cause the checksum to be off. I should probably fix this so that if "manifest" or "manifest.uuid" are files that you have "add"-ed to the repository, those files are not automatically generated. > > and the commit fails. The upside is, I did not have to type > in my commit message when I tried again :). > > Suggestions, please. > > ~Michael > > _______________________________________________ > fossil-users mailing list > [email protected] > http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users D. Richard Hipp [email protected] _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

