Re: [fossil-users] How to fix repo that has checkin with wrong date

2015-06-18 Thread Alexandr Smolnikov
"SET m1=(SELECT mtime FROM event WHERE objid=mid and mtime<>m1)" + "WHERE EXISTS(" + " SELECT 1 FROM event WHERE objid=mid AND mtime<>m1" + ")" + ); + db_step(&u); + db_reset(&u); + for(i=0; i&

Re: [fossil-users] How to fix repo that has checkin with wrong date

2015-05-21 Thread Alexandr Smolnikov
Stephan, thanks. I completely forgot about gdrive :) Here is the link to the repo: https://drive.google.com/file/d/0B3-QLrjwC79aQ1Etb1ZKZkRBMVU/view?usp=sharing 2015-05-21 20:50 GMT+05:00 Stephan Beal : > On Thu, May 21, 2015 at 5:47 PM, Alexandr Smolnikov < > bigcrush.k...@gmail.c

Re: [fossil-users] How to fix repo that has checkin with wrong date

2015-05-21 Thread Alexandr Smolnikov
5/21/15, Alexandr Smolnikov wrote: > > I have artifact with wrong date looking like > > > > C small\schanges\sfor\sphp5 > > D 5695-09-08T17:37:16 > > F config.lua 67e347cc7f7c561dd0623e98b28f3ce16d4c447a > > F create-service.cmd c84a7bb9b20e3ef5a26

[fossil-users] How to fix repo that has checkin with wrong date

2015-05-21 Thread Alexandr Smolnikov
I have artifact with wrong date looking like C small\schanges\sfor\sphp5 D 5695-09-08T17:37:16 F config.lua 67e347cc7f7c561dd0623e98b28f3ce16d4c447a F create-service.cmd c84a7bb9b20e3ef5a268e20320d9ac8e6ddb125d F docs/JS-md5.html 9e0282d1357595593e61e583620843b63b2b5c2c F docs/authweb.wiki 151b137

Re: [fossil-users] Cannot set 'autosync' and fossil ignores http_proxy

2015-03-05 Thread Alexandr Smolnikov
with >fossil set proxy http://proxy >fossil pull http:// via proxy: http://proxy server says: 503 Service Unavailable Trunk fossil works just fine. Sorry. 2015-03-05 9:30 GMT+05:00 Alexandr Smolnikov : > I'm sorry for the noise. > Trunk fossil works OK. > > My old version ha

Re: [fossil-users] Cannot set 'autosync' and fossil ignores http_proxy

2015-03-04 Thread Alexandr Smolnikov
I'm sorry for the noise. Trunk fossil works OK. My old version hanged when server was down or unreachable (I'm behind proxy) f pull http://bigcrush1.mooo.com getaddrinfo() fails: Name or service not known f pull http://bigcrush.mooo.com hangs... [getaddrinfo() OK but connect() fails] ___

[fossil-users] Cannot set 'autosync' and fossil ignores http_proxy

2015-03-04 Thread Alexandr Smolnikov
1) On 'fossil set autosync off' I got "ambiguous setting "autosync" - might be: autosync autosync-tries 2) fossil ignores 'http_proxy' but honors 'proxy' settings if set manually strace shows that fossil hangs on sendto(-1, ...) All that happened after [32f8da0ce7] check-in __