Re: [fossil-users] getting fossil timeline to show time offsets

2013-08-21 Thread Dillon, Eric W - Norman, OK - Contractor
In TCC (a CMD replacement for windows), I use the following where %_unixtime is a variable representing the current time. echo insert into config (name,value,mtime) values (timeline-utc,0,%_unixtime); | fossil sql From: fossil-users-boun...@lists.fossil-scm.org

Re: [fossil-users] Several commands not working in Win32/MinGW

2013-03-04 Thread Dillon, Eric W - Norman, OK - Contractor
Jan, Updated to tip of trunk and problem is gone. Thanks for the quick fix. Eric ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Re: [fossil-users] Several commands not working in Win32/MinGW

2013-03-04 Thread Dillon, Eric W - Norman, OK - Contractor
I'm getting an idea what's going on: writability of a directory on win32 does not really tell whether a file in this directory can be written. Please have a look at branch home-check-too-restricted. https://www.fossil-scm.org/index.html/info/1e90d43d76 This branch checks if the