[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 arrow to access command history. (similar for and to move cursor) I'm get used to the regular sqlite3 shell because our product use sqlite3 database. With th

Re: [fossil-users] Multiple Repositories

2011-06-10 Thread Ron Wilson
On Fri, Jun 10, 2011 at 12:50 PM, David Bovill 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 copies (That is

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 la

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 p

[fossil-users] cannot compute difference between binary files

2011-06-10 Thread Jesse Goerz
Hello, I have checked in some perl files that had some very large one line blobs. These blobs were much longer than the LENGTH_MASK (8192) characters. At that point I got the subject message every time I changed the file and diffed it. I have since removed the one line blobs and have confirmed

Re: [fossil-users] Fossil halts before push.

2011-06-10 Thread Joerg Sonnenberger
On Fri, Jun 10, 2011 at 07:47:16PM +0200, Paolo Bolzoni wrote: > I also like nginx, but it does not CGI. (Right?) I'm using nginx as reverse proxy, FYI. Joerg ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:80

Re: [fossil-users] Fossil halts before push.

2011-06-10 Thread Richard Hipp
On Fri, Jun 10, 2011 at 1:47 PM, Paolo Bolzoni wrote: > > >> So... I can assume is there an thttpd bug somewhere? > > > That would be my next guess. It might just be that thttpd cannot handle > the 18MB HTTP request. Maybe you can try doing this one push using ssh: > instead of http:. Once you

Re: [fossil-users] Fossil halts before push.

2011-06-10 Thread Paolo Bolzoni
>> So... I can assume is there an thttpd bug somewhere? > That would be my next guess.  It might just be that thttpd cannot handle the > 18MB HTTP request.  Maybe you can try doing this one push using ssh: instead > of http:.  Once you get that one 80MB file uploaded, all > subsequent requests

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 wrote: > > However I'm just trying to get my head around what fossil open does in >> addition

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 p

Re: [fossil-users] Multiple Repositories

2011-06-10 Thread Stephan Beal
On Fri, Jun 10, 2011 at 3:49 PM, David Bovill wrote: > ...populating the directory - that is does it also open an sqlite db > connection? Some command seem to complain in certain situations that there > is not an open fossil project, and I need to close and open the project > again. > If that's

[fossil-users] Multiple Repositories

2011-06-10 Thread David Bovill
I'm wandering how fossil handles multiple open repositories, and exactly what fossil open and close do? I've read the docs, about the dangers of losing the stash etc: A checkout database is deleted by fossil close. > The fossil close command really