Re: [fossil-users] proxy setting and ssh:// url

2013-03-15 Thread Martin Gagnon
Le 2013-03-15 à 15:13, Stephan Beal a écrit : > On Fri, Mar 15, 2013 at 8:08 PM, Richard Hipp wrote: >> On Fri, Mar 15, 2013 at 11:18 AM, Martin Gagnon wrote: >>> >>> Actually, I post my contributor agreement a while ago... >> >> It was misfiled. But I found it and put it in the correct fold

Re: [fossil-users] proxy setting and ssh:// url

2013-03-15 Thread Stephan Beal
On Fri, Mar 15, 2013 at 8:08 PM, Richard Hipp wrote: > On Fri, Mar 15, 2013 at 11:18 AM, Martin Gagnon wrote: > >> >> Actually, I post my contributor agreement a while ago... >> > > It was misfiled. But I found it and put it in the correct folder in the > firesafe. Thank you. FYI: his accoun

Re: [fossil-users] proxy setting and ssh:// url

2013-03-15 Thread Richard Hipp
On Fri, Mar 15, 2013 at 11:18 AM, Martin Gagnon wrote: > > Actually, I post my contributor agreement a while ago... > > It was misfiled. But I found it and put it in the correct folder in the firesafe. Thank you. -- D. Richard Hipp d...@sqlite.org

Re: [fossil-users] proxy setting and ssh:// url

2013-03-15 Thread Mark Janssen
This probably fixes issue 137cf42ad9 as well. Can't check at the moment but will check when at work. On Fri, Mar 15, 2013 at 3:37 PM, Stephan Beal wrote: > > On Fri, Mar 15, 2013 at 2:42 PM, Martin Gagnon wrote: > >> Here's a patch that should ignore proxy settings with file:// and ssh:// >> p

[fossil-users] Rebuild of db required, not notified

2013-03-15 Thread Lluís Batlle i Rossell
Hello, I think that the changes in the ticket database in these recent fossil versions break the db, so a rebuild is required. Otherwise, the ticket pages show a red error "ticketchg table not present" or something like that. In the past, fossil used to report those problems with a "please rebuil

Re: [fossil-users] proxy setting and ssh:// url

2013-03-15 Thread Martin Gagnon
Le 2013-03-15 à 10:37, Stephan Beal a écrit : > > On Fri, Mar 15, 2013 at 2:42 PM, Martin Gagnon wrote: >> Here's a patch that should ignore proxy settings with file:// and ssh:// >> protocol.. > > To work around the (presumably missing?) contributor agreement i rewrote the > patch (all 15 or

Re: [fossil-users] Patch for building fossil for Android using NDK

2013-03-15 Thread Stephan Beal
On Fri, Mar 15, 2013 at 4:02 PM, Mark Janssen wrote: > http://repos.mpcjanssen.nl is currently hosted on my TF101 tablet :) > Ah, that makes my geeky heart just flutter with excitement :-D. -- - stephan beal http://wanderinghorse.net/home/stephan/ http://gplus.to/sgbeal ___

Re: [fossil-users] Patch for building fossil for Android using NDK

2013-03-15 Thread Jan Nijtmans
2013/3/15 Mark Janssen : > As an example of how much fun this is: > > http://repos.mpcjanssen.nl is currently hosted on my TF101 tablet :) > > So together with AIDE I now have everything to develop apps directly on the > tablet. See: For

Re: [fossil-users] Patch for building fossil for Android using NDK

2013-03-15 Thread Mark Janssen
On Fri, Mar 15, 2013 at 3:32 PM, Stephan Beal wrote: > On Fri, Mar 15, 2013 at 12:41 PM, Mark Janssen wrote: > >> After struggeling with cross compiling fossil for Android using plain GCC >> for a while, I tried today to compile it using the NDK. >> ... >> > Have fun with this, >> > > FWIW: +

Re: [fossil-users] Patch for building fossil for Android using NDK

2013-03-15 Thread Mark Janssen
On Fri, Mar 15, 2013 at 2:53 PM, Jan Nijtmans wrote: > 2013/3/15 Mark Janssen : > > I have attached the patch for those who are interested. Currently you > need > > to build on Linux because of the source translation step. It would be > nice > > if this could somehow be included in fossil proper.

Re: [fossil-users] proxy setting and ssh:// url

2013-03-15 Thread Stephan Beal
On Fri, Mar 15, 2013 at 2:42 PM, Martin Gagnon wrote: > Here's a patch that should ignore proxy settings with file:// and ssh:// > protocol.. > To work around the (presumably missing?) contributor agreement i rewrote the patch (all 15 or 20 bytes of it). It's now checked in: http://fossil-scm.o

Re: [fossil-users] Patch for building fossil for Android using NDK

2013-03-15 Thread Stephan Beal
On Fri, Mar 15, 2013 at 12:41 PM, Mark Janssen wrote: > After struggeling with cross compiling fossil for Android using plain GCC > for a while, I tried today to compile it using the NDK. > ... > Have fun with this, > FWIW: +++1! -- - stephan beal http://wanderinghorse.net/home/stephan/

Re: [fossil-users] Patch for building fossil for Android using NDK

2013-03-15 Thread Jan Nijtmans
2013/3/15 Mark Janssen : > I have attached the patch for those who are interested. Currently you need > to build on Linux because of the source translation step. It would be nice > if this could somehow be included in fossil proper. The change to src/user.c looks good to me, except for the line:

[fossil-users] proxy setting and ssh:// url

2013-03-15 Thread Martin Gagnon
Hi list, When proxy setting is ON globaly (or from environnement variable), repo that use ssh:// protocol stop working. I know it's possible to do: "fossil set proxy off" on those repository, but I think it would be better to just ignore the proxy when using ssh:// or file:// urls since ssh can n

[fossil-users] Patch for building fossil for Android using NDK

2013-03-15 Thread Mark Janssen
After struggeling with cross compiling fossil for Android using plain GCC for a while, I tried today to compile it using the NDK. After a tiny change in the code (adding a define for getpass()) and some new NDK build scripts, I was able to compile and run fossil from my Android tablet. I tested clo

[fossil-users] Two database troubles in trunk

2013-03-15 Thread Lluís Batlle i Rossell
Hello, we have two database-related troubles running the code (almost) from trunk. First, in windows boxes (fossil cygwin builds), on autosync we get - Autosync: http://@fossil/cgi-bin/ Error: Database error: database is locked: {UPDATE event SET mtime=(SELECT m1 FROM time_fudge WH