Re: [fossil-users] Multiple Repositories

2011-06-10 Thread Tomek Kott
However I'm just trying to get my head around what fossil open does in addition to creating the checkout database and populating the directory - that is does it also open an sqlite db connection? I don't think there's ever a permanent sqlite connection. I thought that was essentially the

Re: [fossil-users] Multiple Repositories

2011-06-10 Thread David Bovill
Thanks for the replies - so it seems I won't have to worry about managing open connections (and I'll have to track down that bug a bit more - probably in my scripts :) On 10 June 2011 17:57, Tomek Kott tkott.s...@gmail.com wrote: However I'm just trying to get my head around what fossil open

Re: [fossil-users] cannot compute difference between binary files

2011-06-10 Thread Bill Thiede
I had a similar problem and realized it was because I had a single character that was considered 'binary' by fossil's diff'ing algorithm and got the behavior you're seeing. My local copy of fossil has LENGTH_MASK_SZ set to 24 and the following patch (previously sent to the list) to alleviate the

Re: [fossil-users] Supporting markwon syntax for wiki

2011-06-10 Thread Remigiusz Modrzejewski
On May 24, 2011, at 08:08 , Baptiste Daroussin wrote: Is there any thought on supporting markdown as a wiki format for fossil? [...] Markdown is a really simple format that would imho greatly improve the embed wiki of fossil. I'd also like to see markdown in Fossil. I think I'm getting

Re: [fossil-users] Multiple Repositories

2011-06-10 Thread Ron Wilson
On Fri, Jun 10, 2011 at 12:50 PM, David Bovill da...@architex.tv wrote: Thanks for the replies - so it seems I won't have to worry about managing open connections (and I'll have to track down that bug a bit more - probably in my scripts :) I have not had problems, not even with nested working

[fossil-users] fossil sqlite3 shell vs regular sqlite3 shell

2011-06-10 Thread Martin Gagnon
When use the fossil sqlite3 shell, the arrow key doesn't work and I get something like ^[[A caracter appearing on screen when I try the up arrow to access command history. (similar for left and right to move cursor) I'm get used to the regular sqlite3 shell because our product use sqlite3