On 18 Dec 2009, at 00:01, D. Richard Hipp wrote:

> The manifest and manifest.uuid files are not used by Fossil.  Fossil
> makes those files available for the convenience of the application and
> the application's makefile.  For example, the  makefile for SQLite
> extracts information from its manifest and manifest.uuid in order to
> generate the sqlite3_sourceid() interface.

Ah, that's cool to know. I'd wondered what they were for too. Would it  
be possible / sensible to make them optional, or generated by a fossil  
command:

        fossil create_manifest

? Or perhaps outputted on stdout (might not be so convenient for use  
in makefiles, etc)? The build process I'm using isn't makefile based,  
so doesn't need these files to hand.

Thanks,
        Benjohn

_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to