Ticket Change Details
Not logged in
Overview

Artifact ID: 96b3367bc1509a44bd885e2d2edeeb9b14c5de97
Ticket: 5f9f516a22f5538aa862fea8fb0fa8ce470846c0
Cannot commit changes: tree checksums before and after commit do not match
User & Date: drh 2009-11-22 23:32:47
Changes

  1. Appended to comment:
    
    
    <hr><i>drh added on 2009-11-22 23:32:47:</i><br>
    Fossil does not use the manifest or manifest.uuid files.  Those files
    are created purely for the convenience of the application.
    
    For example, the source code to fossil itself (which is stored as a fossil
    repository) looks at the manifest and manifest.uuid files to get the date
    and time and version information that is displayed when you type:
    "fossil version".  And SQLite gets the information returned by the
    sqlite3_sourceid() function in the same way.