Re: [fossil-users] How to enable showing timeline timestamps using local time without touching the web UI?
On 7/17/12, Konstantin Khomoutov wrote: > I know which flag to tick in the web UI to achieve what I need but the > problem is, there's no convenient way to use web UI while being inside > a screen session over SSH. You could forward your browser connection through SSH: ssh -Llocalhost:8080:localhost:8080 u...@remote.host.com Then on the remote host, run: fossil server ___ 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] How to enable showing timeline timestamps using local time without touching the web UI?
On Tue, 17 Jul 2012 07:37:08 -0400 Martin Gagnon wrote: [...] > > I'd like to enable displaying timeline timestamps using local time > > as there are no people in other time zones working with these > > projects and hence seeing immediately understandable timestamps > > would be a win. [...] > http://www.mail-archive.com/fossil-users@lists.fossil-scm.org/msg08349.html > > You would want to set it to '2' instead of '1'. > > If you don't have the sqlite3 command, you could probably use the > internal fossil sql command. Thanks, this helped. I did: $ fossil sqlite3 sqlite> update config set value = 0 where name = 'timeline-utc'; sqlite> ^D Would be convenient to have it exposed via something like `fossil settings timeline-utc`. ___ 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] How to enable showing timeline timestamps using local time without touching the web UI?
Le 2012-07-17 à 06:19, Konstantin Khomoutov a écrit : > I use fossil to manage configuration files of certain programs on a > bunch of machines which I access over SSH. > > I'd like to enable displaying timeline timestamps using local time > as there are no people in other time zones working with these projects > and hence seeing immediately understandable timestamps would be a win. > > I know which flag to tick in the web UI to achieve what I need but the > problem is, there's no convenient way to use web UI while being inside > a screen session over SSH. > > I looked at the output of `fossil settings` and inspected the result of > `fossil config dump all /tmp/fossil.conf` but can't see a way to set > this option. > > Any ideas? > http://www.mail-archive.com/fossil-users@lists.fossil-scm.org/msg08349.html You would want to set it to '2' instead of '1'. If you don't have the sqlite3 command, you could probably use the internal fossil sql command. -- Martin G. ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
[fossil-users] How to enable showing timeline timestamps using local time without touching the web UI?
I use fossil to manage configuration files of certain programs on a bunch of machines which I access over SSH. I'd like to enable displaying timeline timestamps using local time as there are no people in other time zones working with these projects and hence seeing immediately understandable timestamps would be a win. I know which flag to tick in the web UI to achieve what I need but the problem is, there's no convenient way to use web UI while being inside a screen session over SSH. I looked at the output of `fossil settings` and inspected the result of `fossil config dump all /tmp/fossil.conf` but can't see a way to set this option. Any ideas? P.S. To be precise, I want the output of `fossil timeline` to display timestamps using local time. ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users