Hi Richard,

thanks a lot! Works like a charm. For starters I packaged
the reveal.js demo and it's exactly how I expected it to work.

When trying to implement the appendvfs support myself I had
troubles finding the right way to initialize it correctly.
with your code I can now experiment a little bit more.

Chris

On 2018-05-14 03:11, Richard Hipp wrote:
So if you want a standalone binary that contains a (read-only) Fossil
repository, such that all you have to do is run the binary with no
arguments (for example by double-clicking on Windows) then here is how
you do that:

(1)  Get and build the latest version of Fossil from the use-appendvfs
branch. https://www.fossil-scm.org/fossil/timeline?r=use-appendvfs

(2)  Make a copy of the executable (fossil.exe) to a new name that
will become the stand-alone program.  Ex:  copy fossil.exe
drexel-report.exe

(3) Run the "fossil sql" command on the repository that you want to publish.

(4)  Type this command at the "sqlite> " prompt:   .backup --append
repository drexel-report.exe

(5)  Exit the "fossil sql" command using ".q"

(6) Double-click on the "drexel-report.exe" file (or whatever you called it).

_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to