[fossil-users] mediawiki template

2012-07-09 Thread Matthew O'Gorman
Hi I just recently found and fell in love with fossil. I am using it for a project with some peers who are big lovers of mediawiki/semantic mediawiki. so with a little hacking I made this http://dev.meatstand.com/repo.sh/meatstand-common/ It allows my fossil repo to be trunked on to the mediaw

[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 pass

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" 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 > messages? No I'm n

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 Stephan Beal
On Mon, Jul 9, 2012 at 4:09 AM, Thomas Stover 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 two ago with a malfo

Re: [fossil-users] Customising file list

2012-07-09 Thread Stephan Beal
On Mon, Jul 9, 2012 at 5:05 PM, David Given 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 hardcoded C log

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 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 the markdown

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, branc

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 + 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 group. I've tried "fossil all rebu

[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?

[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 ^add^ci (i.e., fossil ci ) 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 speaking against adding a --comm

Re: [fossil-users] Customising file list

2012-07-09 Thread Richard Hipp
On Mon, Jul 9, 2012 at 11:05 AM, David Given 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, file size, li

[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 to

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

2012-07-09 Thread Baptiste Daroussin
2012/7/9 Richard Hipp : > > > On Mon, Jul 9, 2012 at 3:31 AM, Baptiste Daroussin > wrote: >> >> 2012/6/7 Richard Hipp : >> > >> > >> > On Thu, Jun 7, 2012 at 12:10 PM, Baptiste Daroussin >> > wrote: >> >> >> >> Is there any status on this? rejected ? still under review ? >> > >> > >> > DRH swampe

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 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 provide a reproducible te

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 : > > > > > > On Thu, Jun 7, 2012 at 12:10 PM, Baptiste Daroussin > > wrote: > >> > >> Is there any status on this? rejected ? still under review ? > > > > > > DRH swamped. But it is

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

2012-07-09 Thread Gilles
On Mon, 9 Jul 2012 09:16:57 +0200, Benoit Mortgat 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 current checkou

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

2012-07-09 Thread Baptiste Daroussin
2012/6/7 Richard Hipp : > > > On Thu, Jun 7, 2012 at 12:10 PM, Baptiste Daroussin > 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 July 3! > Reading at the feeback f

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