On Thu, Aug 14, 2014 at 8:31 AM, Baruch Burstein <[email protected]> wrote:
> On Thu, Aug 14, 2014 at 1:03 PM, Baruch Burstein <[email protected]> > wrote: > >> If I start the ui by doing `fossil ui` in the directory of an open >> checkout, the ui pages don't except prev/next/current as valid revision >> names. Is this a bug? I am using fossil on Windows. Is this true also on >> Linux, or does it have to do with fossil starting a new instance to serve >> HTTP requests on windows? >> > > BTW, why is this done like this on Windows, instead of doing the same as > linux (where the HTTP requests are handled directly by the server instance > of fossil)? > > Because it is so much more difficult to do that on Windows, whereas on Unix (by virtue of having a fork() system call) it is almost trivial. -- D. Richard Hipp [email protected]
_______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

