Hi DRH, is there any reason content of these files can't be stored in _FOSSIL_ database itself?
-----Original Message----- From: D. Richard Hipp <[email protected]> To: [email protected] Sent: Wed, Dec 16, 2009 4:55 am Subject: Re: [fossil-users] tree checksum does not match 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-usersD. Richard [email protected]_______________________________________________fossil-users mailing [email protected]http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
_______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

