Re: [fossil-users] [settings] Should I use --global?

2012-07-09 Thread Benoit Mortgat
For the ignore-glob, you have three options: * global: applies to all fossil repositories (fossil setting --global) * local: applies to the repository you are working on (fossil setting) * versionable: applies to the current checkout (located in the ./.fossil_settings/ignore-glob file that you

Re: [fossil-users] Markdown engine integrated into fossil

2012-07-09 Thread Baptiste Daroussin
2012/6/7 Richard Hipp d...@sqlite.org: On Thu, Jun 7, 2012 at 12:10 PM, Baptiste Daroussin baptiste.darous...@gmail.com wrote: Is there any status on this? rejected ? still under review ? DRH swamped. But it is on the list of potential changes for the Fossil Code Sprint in Munich on

Re: [fossil-users] [settings] Should I use --global?

2012-07-09 Thread Gilles
On Mon, 9 Jul 2012 09:16:57 +0200, Benoit Mortgat mort...@gmail.com wrote: For the ignore-glob, you have three options: * global: applies to all fossil repositories (fossil setting --global) * local: applies to the repository you are working on (fossil setting) * versionable: applies to the

Re: [fossil-users] Markdown engine integrated into fossil

2012-07-09 Thread Richard Hipp
On Mon, Jul 9, 2012 at 3:31 AM, Baptiste Daroussin baptiste.darous...@gmail.com wrote: 2012/6/7 Richard Hipp d...@sqlite.org: On Thu, Jun 7, 2012 at 12:10 PM, Baptiste Daroussin baptiste.darous...@gmail.com wrote: Is there any status on this? rejected ? still under review ?

Re: [fossil-users] manifest file is malformed - one cause explained

2012-07-09 Thread Richard Hipp
On Sun, Jul 8, 2012 at 10:09 PM, Thomas Stover c...@thomasstover.com wrote: the problem was apparently that fossil was storing absolute file names, That sounds like a serious problem. Fossil *should* store all filenames relative to the root of the repository file hierarchy. Can you

Re: [fossil-users] Markdown engine integrated into fossil

2012-07-09 Thread Baptiste Daroussin
2012/7/9 Richard Hipp d...@sqlite.org: On Mon, Jul 9, 2012 at 3:31 AM, Baptiste Daroussin baptiste.darous...@gmail.com wrote: 2012/6/7 Richard Hipp d...@sqlite.org: On Thu, Jun 7, 2012 at 12:10 PM, Baptiste Daroussin baptiste.darous...@gmail.com wrote: Is there any status on

[fossil-users] Customising file list

2012-07-09 Thread David Given
Hello, Is there any way to customise the web server's file browser? That is, this: http://fossil-scm.org/index.html/dir?ci=tip For my project I'd rather like to tweak this to be a bit more githubby, with, for example, file size, links to the most recent checkin, timeline, etc. Is there any way

Re: [fossil-users] Customising file list

2012-07-09 Thread Richard Hipp
On Mon, Jul 9, 2012 at 11:05 AM, David Given d...@cowlark.com wrote: Hello, Is there any way to customise the web server's file browser? That is, this: http://fossil-scm.org/index.html/dir?ci=tip For my project I'd rather like to tweak this to be a bit more githubby, with, for example,

[fossil-users] anything speaking against fossil add --commit ?

2012-07-09 Thread Weber, Martin S
Often I will run the following two commands: fossil add list of files ^add^ci (i.e., fossil ci list of files) immediately afterwards. Sometimes I forget the second step and then do some funny stuff (changing trunks, merging etc.) until I stumble over the uncommitted files. Is there anything

[fossil-users] 'SQLITE_ERROR: no such table: user' from web interface

2012-07-09 Thread org.fossil-scm.fossil-users
Hi. I've just noticed, on a few repositories, that I'm seeing SQLITE_ERROR: no such table: user in red at the top of all pages. This seems to happen when I'm logged into another repository in the same login group. I've tried fossil all rebuild to no avail. Any idea what could cause this?

Re: [fossil-users] 'SQLITE_ERROR: no such table: user' from web interface

2012-07-09 Thread org.fossil-scm.fossil-users
On Mon, 9 Jul 2012 15:56:10 + org.fossil-scm.fossil-us...@io7m.com wrote: Hi. I've just noticed, on a few repositories, that I'm seeing SQLITE_ERROR: no such table: user in red at the top of all pages. This seems to happen when I'm logged into another repository in the same login

Re: [fossil-users] Customising file list

2012-07-09 Thread David Given
Richard Hipp wrote: [...] It is hard-coded C logic. Any given file might have multiple file sizes, since the file size typically changes at each check-in. Which file size were you interested in seeing? The most common use case would be when viewing files for a particular checkin, branch or

Re: [fossil-users] Markdown engine integrated into fossil

2012-07-09 Thread Stephan Beal
On Mon, Jul 9, 2012 at 3:41 PM, Richard Hipp d...@sqlite.org wrote: Yeah. Unfortunately, no actual code writing took place at the code sprint. Though lots of cool ideas were exchanged and developed! i think this particular one probably got forgotten because none of those present are among

Re: [fossil-users] Customising file list

2012-07-09 Thread Stephan Beal
On Mon, Jul 9, 2012 at 5:05 PM, David Given d...@cowlark.com wrote: For my project I'd rather like to tweak this to be a bit more githubby, with, for example, file size, links to the most recent checkin, timeline, etc. Is there any way to do this via scripting, or is the list generated via

Re: [fossil-users] manifest file is malformed - one cause explained

2012-07-09 Thread Stephan Beal
On Mon, Jul 9, 2012 at 4:09 AM, Thomas Stover c...@thomasstover.com wrote: In my case the problem was apparently that fossil was storing absolute file names, which were now different. So even though I didn't rename Are you sure this has to do with absolute file names? We had a bug a week or

Re: [fossil-users] feature request: commit option to close merged leaf

2012-07-09 Thread Themba Fletcher
On 07/07/2012 04:55 AM, Stephan Beal wrote: Hiho, i've come across the twice the past couple days: - merge something from branch foo to trunk. - edit branch foo and close it. Could fossil's infrastructure support the ability (via an option) to close a merged-in leaf on successful commit after

Re: [fossil-users] manifest file is malformed - one cause explained

2012-07-09 Thread Thomas Stover
On Monday, July 9, 2012 12:51pm, Stephan Beal sgb...@googlemail.com said: Are you sure this has to do with absolute file names? We had a bug a week or two ago with a malformed manifest, and you might be seeing that. Can you try this with the latest version, and paste in any error

[fossil-users] Still ask for password with ssh protocol

2012-07-09 Thread Martin Gagnon
Hi list.. When I use ssh:// protocol on remote-url and I specify my usename in it: e.g.: ssh://user@host/path/to/repo.fossil Fossil prompt me for a password, I can enter anything and it work. I know that recently, authentication got bypassed when using ssh protocol, but it seems that the