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 
[mailto:fossil-users-boun...@lists.fossil-scm.org] On Behalf Of Stephan Beal
Sent: Tuesday, August 20, 2013 11:45
To: Fossil SCM user's discussion
Subject: Re: [fossil-users] getting fossil timeline to show time offsets

On Tue, Aug 20, 2013 at 6:25 PM, j. van den hoff 
veedeeh...@googlemail.commailto:veedeeh...@googlemail.com wrote:
On Tue, 20 Aug 2013 17:59:11 +0200, Benedikt Ahrens 
benedikt.ahr...@gmx.netmailto:benedikt.ahr...@gmx.net wrote:
Hello,

the fossil timeline command shows UTC time rather than observing the
system setting (UTC+02:00, in my case).
Is there anything I can do to change this?

you can switch off UTC (so that it uses local time) in the web interface (admin 
- timeline). don't know whether there is a command line way to do this.

in parallel i've been looking for one and haven't found it. i assume there 
isn't one.

TODO += add 'localtime' config setting (boolean)

IIRC the internal infrastructure is there, it just seems to be missing from the 
CLI settings comment (?).

--
- stephan beal
http://wanderinghorse.net/home/stephan/
http://gplus.to/sgbeal
___
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
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 $HOME/.fossil file can be written in stead of the 
 $HOME directory.

Updated to 1e90d43d764 (home-check-too-restricted), compiled and I'm not seeing 
any issues on first inspection.

Eric
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users