Re: [fossil-users] fossil sync doesn't sync

2016-01-08 Thread bch
strathcona$ grep 16892b33c7166eb3 http-re* http-reply-1.txt:igot 16892b33c7166eb3198844eac4ba5a7a6e395520 On 1/8/16, bch wrote: > Running > > $ fossil pull -verily -httptrace > > to find out... > > -bch > > > On 1/8/16, Jan Danielsson wrote: >> On 09/01/16 01:15, bch wrote: >>> Just talked to

Re: [fossil-users] fossil sync doesn't sync

2016-01-08 Thread bch
Running $ fossil pull -verily -httptrace to find out... -bch On 1/8/16, Jan Danielsson wrote: > On 09/01/16 01:15, bch wrote: >> Just talked to Joerg off-list (who indicated that he updated fossil >> to latest on his server), and: >> >> $ fossil pull -verily >> >> Pull done, sent: 5064 rece

Re: [fossil-users] fossil sync doesn't sync

2016-01-08 Thread Jan Danielsson
On 09/01/16 01:15, bch wrote: > Just talked to Joerg off-list (who indicated that he updated fossil > to latest on his server), and: > > $ fossil pull -verily > > Pull done, sent: 5064 received: 49107978 ip: 85.214.214.108 > > $ fossil timeline > === 2015-05-30 === > 14:42:26 [0bb26b5ab6] *CU

Re: [fossil-users] fossil sync doesn't sync

2016-01-08 Thread bch
Just talked to Joerg off-list (who indicated that he updated fossil to latest on his server), and: $ fossil pull -verily Pull done, sent: 5064 received: 49107978 ip: 85.214.214.108 $ fossil timeline === 2015-05-30 === 14:42:26 [0bb26b5ab6] *CURRENT* Thanks rump for not letting us use even mma

Re: [fossil-users] How to C in 2016

2016-01-08 Thread bch
Ref: https://news.ycombinator.com/item?id=10864176 On Jan 8, 2016 5:27 AM, "Sean Woods" wrote: > This article was recently posted to Hacker News: > > https://matt.sh/howto-c > > I'd love to get thoughts/reactions from this community on this set of > best practices for C programming. > > I'm alway

[fossil-users] Python bindings to Fossil?

2016-01-08 Thread Tomek Kott
Hi all, A year and a half ago, there was some discussion on creating some python bindings for Fossil/libfossil: http://www.mail-archive.com/fossil-users%40lists.fossil-scm.org/msg18153.html. Does anyone know if that happened or where they might reside? My google-fu is failing me. Thanks!

[fossil-users] How to C in 2016

2016-01-08 Thread Sean Woods
This article was recently posted to Hacker News: https://matt.sh/howto-c I'd love to get thoughts/reactions from this community on this set of best practices for C programming. I'm always trying to improve my C programming skills and I think Fossil does a good job of using C in a very pragmatic

Re: [fossil-users] Empty files in fossil-generated zip archives

2016-01-08 Thread Florian Balmer
Thank you very much also for the compression method fix! Andy Bradford: > But unzip never created a directory when it was a 0 byte > file. So again I wonder why 7-Zip did? Have a look at the `CItem::IsDir()' function for zip archives in 7-Zip [0], it is performing quite a few checks before evalua