Re: [fossil-users] [Q] Possibility to use SQlite Feature "Append VFS" with fossil?

2018-05-13 Thread Chris Drexler
> On Windows (which is what the "non-technical" people will probably be > running) you cannot write to an executable file while it is running. Again correct: we are mainly talking about Windows where an executable cannot write to itself --> read-only it must be. That brings us to the update

Re: [fossil-users] Patch to fix leftover SHM and WAL files

2018-05-13 Thread Florian Balmer
I have now been able to reproduce the behavior on Windows, with a fake CGI request for an /uv cache hit. The following commands create a new test repository with an unversioned file, a CGI control file, and set a few environment variables. The commands can be run from a batch file, or by

[fossil-users] Working now. Was: Possibility to use SQlite Feature "Append VFS" with fossil?

2018-05-13 Thread Richard Hipp
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