[fossil-users] setting Configuration from command-line

2011-08-20 Thread Michai Ramakers
Hi, >>> is it possible/easy to set what's displayed in 'Admin' --> >>> 'Configuration' page (e.g. project-name and index-page) using the >>> command-line interface? I would like to set this for a group of >>> repositories/projects at once. >> >> Not directly, but you can use fossil config export /

Re: [fossil-users] setting Configuration from command-line

2011-08-20 Thread Michai Ramakers
Hi, >> is it possible/easy to set what's displayed in 'Admin' --> >> 'Configuration' page (e.g. project-name and index-page) using the >> command-line interface? I would like to set this for a group of >> repositories/projects at once. > > Not directly, but you can use fossil config export / impor

Re: [fossil-users] setting Configuration from command-line

2011-08-20 Thread Joerg Sonnenberger
On Sat, Aug 20, 2011 at 08:06:57PM +0200, Michai Ramakers wrote: > is it possible/easy to set what's displayed in 'Admin' --> > 'Configuration' page (e.g. project-name and index-page) using the > command-line interface? I would like to set this for a group of > repositories/projects at once. Not d

[fossil-users] setting Configuration from command-line

2011-08-20 Thread Michai Ramakers
Hello, is it possible/easy to set what's displayed in 'Admin' --> 'Configuration' page (e.g. project-name and index-page) using the command-line interface? I would like to set this for a group of repositories/projects at once. Thank you in advance, Michai Ramakers

Re: [fossil-users] Timestamps should be in local time.

2011-08-20 Thread Joshua Paine
On 8/20/2011 10:46 AM, Vikrant Chaudhary wrote: > Timestamps should be recorded in local timezone rather than in UTC. > 1. It hurts eyes and brain to see the time in UTC and then calculate > it in local time. The timestamps in the timeline can be configured to be shown in local time via the web u

Re: [fossil-users] Timestamps should be in local time.

2011-08-20 Thread Wes Freeman
This is a setting. Admin->Timeline Display Settings Use Universal Coordinated Time (UTC) On Sat, Aug 20, 2011 at 10:46 AM, Vikrant Chaudhary wrote: > Timestamps should be recorded in local timezone rather than in UTC. > 1. It hurts eyes and brain to see the time in UTC and then calculate > it

[fossil-users] Timestamps should be in local time.

2011-08-20 Thread Vikrant Chaudhary
Timestamps should be recorded in local timezone rather than in UTC. 1. It hurts eyes and brain to see the time in UTC and then calculate it in local time. 2. For forensics. I'll be able to know which timezone I was while committing that change. And we can always calculate the UTC time anyway. And b