Turn on fossil manifest setting: "fossil settings manifest on" A file called "manifest.uuid" containing your revision hash code is generated at the root of your checkout.
You can then write a simple text processing script to embed the manifest.uuid file into your delivered file. On Fri, Nov 16, 2012 at 3:00 PM, <[email protected]> wrote: > Hello all, > After read the doc,web and searching this list,i'm asking you: > > i'm keeping config files for network equipments (F5 BigIP) with fossil; when > i distribute one file to someone, i want it to contain the revision number > embedded in comment for example. > > like that > > # rev: $$ > # > etc ... > > after check-in, fossil would insert the rev between the 2 dollar signs and i > would get: > > # rev: $ab43$ > # > etc ... > > > Or, i doubt that the fossil developer inserts manually the rev number inside > the source code for displaying the following text: > > [C:\temp]fos version > This is fossil version 1.21 [002580c50d] 2011-12-13 13:53:56 UTC > > > Thank you > JM Marchi > > -- > <[email protected]> -- Clive Hayward _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

