Re: [fossil-users] Painful team interaction with fossil, how to improve?

2014-02-20 Thread Roy Marples
On 18/02/2014 14:40, Roy Marples wrote: I don't have a huge problem with RSS as it looks to be possible to subscribe to all ticket changes which is great for me as a repo admin. It's also possible subscribe to an individual ticket RSS. However, using the default skin I don't see an easy way to

[fossil-users] nice example of a fossil time warp

2014-02-20 Thread Stephan Beal
Hi, all, until last night i had never actually experienced a Time Warp in a fossil repo: http://fossil.wanderinghorse.net/repos/libfossil/index.cgi/timeline?c=2014-02-19+20:13:42 In this particular case we were not only working with a clock skew of about 10 minutes, but literally patching the

[fossil-users] Latest MinGW does not need _USE_32BIT_TIME_T anymore

2014-02-20 Thread Samuel Debionne
Hello all, Compiling Fossil with the latest MinGW32 (that includes MinGW Runtime 4.0) seems not to require _USE_32BIT_TIME_T. Actually Fossil builds without error but will crash at runtime with any commands that browses the filesystem tree (vfile_scan). This is because the definition of _wdirent

Re: [fossil-users] Latest MinGW does not need _USE_32BIT_TIME_T anymore

2014-02-20 Thread Jan Nijtmans
2014-02-20 14:39 GMT+01:00 Samuel Debionne samuel.debio...@ujf-grenoble.fr: Hello all, Compiling Fossil with the latest MinGW32 (that includes MinGW Runtime 4.0) seems not to require _USE_32BIT_TIME_T. Actually Fossil builds without error but will crash at runtime with any commands that

Re: [fossil-users] Latest MinGW does not need _USE_32BIT_TIME_T anymore

2014-02-20 Thread Jan Nijtmans
2014-02-20 14:46 GMT+01:00 Jan Nijtmans jan.nijtm...@gmail.com: 2014-02-20 14:39 GMT+01:00 Samuel Debionne samuel.debio...@ujf-grenoble.fr: Hello all, Compiling Fossil with the latest MinGW32 (that includes MinGW Runtime 4.0) seems not to require _USE_32BIT_TIME_T. Yes it's a regression in

Re: [fossil-users] Latest MinGW does not need _USE_32BIT_TIME_T anymore

2014-02-20 Thread Samuel Debionne
Hello Jan, @Samuel, could you please as some comments to MinGW's bug report here: https://sourceforge.net/p/mingw/bugs/2106/ This MinGW bug already has 5 duplications, and it is already open for more than 4 months. It's really time they bring out a fix for it... With great pleasure

Re: [fossil-users] Latest MinGW does not need _USE_32BIT_TIME_T anymore

2014-02-20 Thread Jan Nijtmans
2014-02-20 15:17 GMT+01:00 Samuel Debionne samuel.debio...@ujf-grenoble.fr: While debugging vfile.c I noticed that vfile_scan does not use dirent.d_type to dispatch between folder and regular file/link but uses an addition getStat call. I came across this thread that claims a high speedup for

Re: [fossil-users] nice example of a fossil time warp

2014-02-20 Thread Ron Wilson
On Thu, Feb 20, 2014 at 6:57 AM, Stephan Beal sgb...@googlemail.com wrote: until last night i had never actually experienced a Time Warp in a fossil repo: http://fossil.wanderinghorse.net/repos/libfossil/index.cgi/timeline?c=2014-02-19+20:13:42 Great to see that Fossil handles it

Re: [fossil-users] Latest MinGW does not need _USE_32BIT_TIME_T anymore

2014-02-20 Thread Jan Nijtmans
2014-02-20 15:17 GMT+01:00 Samuel Debionne samuel.debio...@ujf-grenoble.fr: While debugging vfile.c I noticed that vfile_scan does not use dirent.d_type to dispatch between folder and regular file/link but uses an addition getStat call. I came across this thread that claims a high speedup for

Re: [fossil-users] Painful team interaction with fossil, how to improve?

2014-02-20 Thread Roy Marples
On 20/02/2014 15:07, Ron Wilson wrote: On Thu, Feb 20, 2014 at 6:56 AM, Roy Marples r...@marples.name wrote: Here is a patch which adds a RSS feed icon after the ticket uuid. Probably not the best way of doing it, but I couldn't think of another way which would allow the user to use a

Re: [fossil-users] libfossil www interface: looking for ideas

2014-02-20 Thread Nico Williams
On Mon, Feb 17, 2014 at 4:26 PM, Stephan Beal sgb...@googlemail.com wrote: In which case I'd strongly urge that the best option here is to pick a third party servlet engine based on its own criteria rather than inventing yet another one --- they're harder than they look and there are too many

Re: [fossil-users] libfossil www interface: looking for ideas

2014-02-20 Thread Doug Currie
On Thu, Feb 20, 2014 at 6:37 PM, Nico Williams n...@cryptonector.comwrote: On Mon, Feb 17, 2014 at 4:26 PM, Stephan Beal sgb...@googlemail.com wrote: Can you recommend one in C? i'm self-imposed bound to C here. i might be convinced to write it in C++. If you look aroung in