Thus said =?utf-8?q?Petr_Ferdus?= on Fri, 22 Aug 2014 07:29:12 +0200: > The "ckout" keyword normally only works when you start your server > using the "fossil server" or "fossil ui" command line
Perhaps the documentation on this isn't very clear. You can only use the ckout keyword for an open repository: cd c:\somedirectory fossil open c:\soft\repos\somerepo.fossil fossil server So, unless you are running the Windows service from an open repository, I don't see how this will work. > I cannot find a place where distinction between fossil as service and > fossil executed as server is is enforced. Could "ckout" feature be > used also with fossil executed as service? The distinction is that ckout only works with an open repository. Using Windows as a service does not use an open repository, so I wouldn't expect this to work. It might be possible for you to run the service from an open repository, but I'm not sure what the implications of this would be. Andy -- TAI64 timestamp: 4000000053f6dd6d _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

