[fossil-users] http-proxy + https

2013-09-29 Thread Jan Danielsson
Hello, This has been brought up before, and I've been meaning to look at it, but it suddenly became a little more urgent. Last week I found myself being in a situation of not being able to clone a https repository due to an evil http proxy, and soon afterwards someone I know ran into the same p

Re: [fossil-users] Newb SQLITE_WARNING problem

2013-09-29 Thread Krister Johnson
Thanks will try tomorrow Krister Johnson > On Sep 29, 2013, at 7:43 AM, Stephan Beal wrote: > >> On Sat, Sep 28, 2013 at 10:57 AM, Stephan Beal wrote: >> This one works for me: >> >> http://www.wanderinghorse.net/tmp/fsl-main.c > > Hi, Krister, > > i've been using that one since yesterday

Re: [fossil-users] RFC before trunking 'usage' command

2013-09-29 Thread Stephan Beal
On Sun, Sep 29, 2013 at 6:14 PM, Chad Perrin wrote: > My understanding is that the concern raised was about copying (i.e. > shell command cp, or maybe scp), not syncing. > It would only be copied if someone copies their checkout db file, which would be a highly unusual thing to do. Of course, wh

Re: [fossil-users] RFC before trunking 'usage' command

2013-09-29 Thread Chad Perrin
On Sun, Sep 15, 2013 at 01:52:49PM +0200, Stephan Beal wrote: > On Sun, Sep 15, 2013 at 12:56 PM, BohwaZ wrote: > > > provides that, but it's ok as long as it's not turned on by default and > > we can clear the history, like before copying a repository file to > > publish it online. > > > > It's

Re: [fossil-users] cgi on Mac problem

2013-09-29 Thread Stephan Beal
On Sun, Sep 29, 2013 at 5:45 PM, j. van den hoff wrote: > Bad Request: missing REQUEST_URI > That's an indication that Apache is missing something. The env vars REQUEST_URI and SCRIPT_NAME, both specified by CGI, are required in the environment: http://www.cgi101.com/book/ch3/text.html (i menti

Re: [fossil-users] cgi on Mac problem

2013-09-29 Thread j. van den hoff
On Sun, 29 Sep 2013 17:44:20 +0200, Stephan Beal wrote: On Sun, Sep 29, 2013 at 5:30 PM, j. van den hoff wrote: maybe one could add a few of these things to the fossil howto? should many hit new users, too, I guess. Added: http://fossil-scm.org/index.html/doc/tip/www/server.wiki#cgi

Re: [fossil-users] cgi on Mac problem

2013-09-29 Thread j. van den hoff
I tried the command recommended by marc jansen in his reply to my original question: fossil cgi /Library/WebServer/CGI-**Executables/repo.cgi which yielded ( I unintentionally skipped the last line in my previous post): 8<--- Status: 501

Re: [fossil-users] cgi on Mac problem

2013-09-29 Thread Stephan Beal
On Sun, Sep 29, 2013 at 5:30 PM, j. van den hoff wrote: > maybe one could add a few of these things to the fossil howto? should many > hit new users, too, I guess. > Added: http://fossil-scm.org/index.html/doc/tip/www/server.wiki#cgi -- - stephan beal http://wanderinghorse.net/home/stephan

Re: [fossil-users] cgi on Mac problem

2013-09-29 Thread Stephan Beal
On Sun, Sep 29, 2013 at 5:28 PM, j. van den hoff wrote: > thanks for responding. just discovered that actually it were the > permissions of the `fossil' executable which where insufficient (not > executable for the rest of the world...). but I tried your recommendation > anyway and get the output

Re: [fossil-users] cgi on Mac problem

2013-09-29 Thread j. van den hoff
On Sun, 29 Sep 2013 17:27:15 +0200, Stephan Beal wrote: On Sun, Sep 29, 2013 at 5:25 PM, j. van den hoff wrote: that was it (and I discovered it myself some 100 ms before your mail arrived -- not enough time to send the "SOLVED" mail ;-)). I _was_ afraid it would be something stupid... I'l

Re: [fossil-users] cgi on Mac problem

2013-09-29 Thread j. van den hoff
thanks for responding. just discovered that actually it were the permissions of the `fossil' executable which where insufficient (not executable for the rest of the world...). but I tried your recommendation anyway and get the output Status: 501 Not Implemented X-Frame-Options: SAMEORIGIN C

Re: [fossil-users] cgi on Mac problem

2013-09-29 Thread Stephan Beal
On Sun, Sep 29, 2013 at 5:25 PM, j. van den hoff wrote: > that was it (and I discovered it myself some 100 ms before your mail > arrived -- not enough time to send the "SOLVED" mail ;-)). > I _was_ afraid it would be something stupid... > > I'll try to keep and remember the other trouble-shooting

Re: [fossil-users] cgi on Mac problem

2013-09-29 Thread Mark Janssen
On Sun, Sep 29, 2013 at 5:22 PM, Stephan Beal wrote: > On Sun, Sep 29, 2013 at 5:19 PM, Stephan Beal wrote: > >> http://www.jmarshall.com/easy/http/#responseline >> > > Another tip, taken from that page: > > try sending the request with telnet and see what comes back: > > telnet localhost PORT_NU

Re: [fossil-users] cgi on Mac problem

2013-09-29 Thread j. van den hoff
On Sun, 29 Sep 2013 17:19:09 +0200, Stephan Beal wrote: - Same thing for the Fossil binary: the WHOLE path leading it up to it must be readable. that was it (and I discovered it myself some 100 ms before your mail arrived -- not enough time to send the "SOLVED" mail ;-)). I _

Re: [fossil-users] cgi on Mac problem

2013-09-29 Thread Stephan Beal
On Sun, Sep 29, 2013 at 5:19 PM, Stephan Beal wrote: > http://www.jmarshall.com/easy/http/#responseline > Another tip, taken from that page: try sending the request with telnet and see what comes back: telnet localhost PORT_NUMBER GET /timeline HTTP/1.0 Assuming Mac even has telnet (it's rar

Re: [fossil-users] cgi on Mac problem

2013-09-29 Thread Stephan Beal
On Sun, Sep 29, 2013 at 4:59 PM, j. van den hoff wrote: > "Internal Server Error > The server encountered an internal error or misconfiguration and was > unable to complete your request." > Unfortunately, there are about 32032.20 giga-zillion things which can cause that. The first place to look i

Re: [fossil-users] cgi on Mac problem

2013-09-29 Thread Mark Janssen
On Sun, Sep 29, 2013 at 4:59 PM, j. van den hoff wrote: > hi list, > > > what I see: > >-- access to `http:{mymachine}/cgi-bin/**first.cgi' works just fine (I > do get the `hello world' page) > >-- access to `http:{mymachine}/cgi-bin/**repo.cgi' gives the `internal > server error' in th

[fossil-users] cgi on Mac problem

2013-09-29 Thread j. van den hoff
hi list, disclaimer: I have no experience whatsoever with apache, cgi, and webservers in general. so maybe I'm missing something stupid... I'm trying for the first time to setup a fossil repo for http access via the cgi route on macosx 10.8.4. if someone has done this for this OS maybe he

Re: [fossil-users] Newb SQLITE_WARNING problem

2013-09-29 Thread Stephan Beal
On Sat, Sep 28, 2013 at 10:57 AM, Stephan Beal wrote: > This one works for me: > > http://www.wanderinghorse.net/tmp/fsl-main.c > Hi, Krister, i've been using that one since yesterday and have gone ahead and trunked it (works for me!). Please try it out at your earliest convenience. http://www.

Re: [fossil-users] typo in `fossil help ls'

2013-09-29 Thread Stephan Beal
On Sun, Sep 29, 2013 at 1:33 PM, j. van den hoff wrote: > ... If FILENAMES are included, the only > the files listed (or their children if they are directories) are shown. > Fixed! Thanks :) -- - stephan beal http://wanderinghorse.net/home/stephan/ http://gplus.to/sgbeal __

[fossil-users] typo in `fossil help ls'

2013-09-29 Thread j. van den hoff
FYI: in fossil version 1.27 [ba779faf48] 2013-09-27 08:52:40 UTC `fsl help ls' contains this text: ... If FILENAMES are included, the only the files listed (or their children if they are directories) are shown. where the first `the' should be deleted. and maybe it could be rephrased somewhat