Ticket Change Details
Not logged in

Changes to ticket 5f9f516a22

By drh on 2009-11-22 23:32:47. See also: artifact content, and ticket history

    1. Appended to comment:

      drh added on 2009-11-22 23:32:47:
      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.