Re: [fossil-users] Markdown

2013-05-29 Thread Isaac Jurado
El 29/05/2013 06:28, Jonathan Otsuka djg...@gmail.com escribió: Downloads are not compiled with --markdown (its still experimental) you will need to checkout and compile fossil with --markdown yourself. Beware that --mardown is not a configure option anymore, in trunk, so it will be enabled by

[fossil-users] How to set-up multiple-repo CGI-based server?

2013-05-29 Thread Nigel Bray
I am struggling to see what is tripping me up when a single repository works fine, but multiple repositories within a directory fails as follows: https://mail.google.com/mail/ca/u/0/#inbox $ cat repo.cgi #!/home/sites/my.domain/bin/fossil repository: /home/sites/my.domain/repos

Re: [fossil-users] How to set-up multiple-repo CGI-based server?

2013-05-29 Thread MIURA Masahiro
On Wed, May 29, 2013 at 6:11 PM, Nigel Bray fossil@9ox.net wrote: I am struggling to see what is tripping me up when a single repository works fine, but multiple repositories within a directory fails as follows: https://mail.google.com/mail/ca/u/0/#inbox $ cat repo.cgi

Re: [fossil-users] How to set-up multiple-repo CGI-based server?

2013-05-29 Thread Richard Hipp
On Wed, May 29, 2013 at 5:22 AM, MIURA Masahiro echocham...@gmail.comwrote: On Wed, May 29, 2013 at 6:11 PM, Nigel Bray fossil@9ox.net wrote: I am struggling to see what is tripping me up when a single repository works fine, but multiple repositories within a directory fails as follows:

[fossil-users] 2 possible bugs?

2013-05-29 Thread Eduardo Morras
Hi, revising fossil code with clan analyzer, 2 possible bugs where found, from last trunk ( 4175c90f9522299c07ae4da5d19b93a50ce5f74c http://www.fossil-scm.org/xfer/info/4175c90f95): a) src/file.c line 197-201 197 if( zName!=zBuf ) free(zName); if( symlink(zTargetFile, zName)!=0 ){

Re: [fossil-users] How to set-up multiple-repo CGI-based server? (fossil: d...@sqlite.org exclusive)

2013-05-29 Thread fossil . nrb
On 29 May 2013 11:12, Richard Hipp - d...@sqlite.org fossil.nrb.4c1d029458.drh#sqlite@ob.0sg.net wrote: On Wed, May 29, 2013 at 5:22 AM, MIURA Masahiro echocham...@gmail.com wrote: On Wed, May 29, 2013 at 6:11 PM, Nigel Bray fossil@9ox.net wrote: I am struggling to see what is

Re: [fossil-users] How to set-up multiple-repo CGI-based server? (fossil: d...@sqlite.org exclusive)

2013-05-29 Thread Stephan Beal
On Wed, May 29, 2013 at 3:59 PM, fossil@9ox.net wrote: Despite my error, I find the simplicity of setting up a Fossil repo (or better a set of repos) under cgi fantastic. +1 @Richard: out of historical interest, what was the motivation behind adding CGI support initially? (Despite CGI

Re: [fossil-users] 2 possible bugs?

2013-05-29 Thread Stephan Beal
On Wed, May 29, 2013 at 3:57 PM, Eduardo Morras emorr...@yahoo.es wrote: a) src/file.c line 197-201 b) src/attach.c line 490 Man, he's fast - i was about to commit these fixes, but Richard beat me to it: http://www.fossil-scm.org/xfer/info/04ab1af3e0 Thanks for the report! -- - stephan

Re: [fossil-users] Chiselapp.com shutting down

2013-05-29 Thread Nigel Bray
NB: Apologies if I don't get this to thread correctly, I've not got an email copy of the original post, so can't reply properly. As an occasional Fossil user, I have previously hosted using inetd/althttpd[1] and Chisel[2] as well as Dropbox. Now I have moved to cgi, given ssh access, it seems to

Re: [fossil-users] How to set-up multiple-repo CGI-based server? (fossil: d...@sqlite.org exclusive)

2013-05-29 Thread Richard Hipp
On Wed, May 29, 2013 at 10:09 AM, Stephan Beal sgb...@googlemail.comwrote: On Wed, May 29, 2013 at 3:59 PM, fossil@9ox.net wrote: Despite my error, I find the simplicity of setting up a Fossil repo (or better a set of repos) under cgi fantastic. +1 @Richard: out of historical

Re: [fossil-users] How to set-up multiple-repo CGI-based server? (fossil: d...@sqlite.org exclusive)

2013-05-29 Thread Stephan Beal
On Wed, May 29, 2013 at 5:01 PM, Richard Hipp d...@sqlite.org wrote: Well, I suppose I don't consider CGI to be archaic. CGI is simple, concise, easy to administer, easy to implement (on both ends), efficient, and is supported by all web-servers (except nginx). Thank you for the detailed

Re: [fossil-users] Chiselapp.com shutting down

2013-05-29 Thread Andreas Kupries
On Wed, May 29, 2013 at 7:37 AM, Nigel Bray fossil@9ox.net wrote: NB: Apologies if I don't get this to thread correctly, I've not got an email copy of the original post, so can't reply properly. As an occasional Fossil user, I have previously hosted using inetd/althttpd[1] and Chisel[2]

[fossil-users] JSON API docs

2013-05-29 Thread Chad Perrin
What's the current canonical location of documentation for Fossil's JSON API? Are there some handy howtos, tutorials, examples, or other third-party sources of documentation for the JSON API? -- Chad Perrin [ original content licensed OWL: http://owl.apotheon.org ]

Re: [fossil-users] How to set-up multiple-repo CGI-based server? (fossil: d...@sqlite.org exclusive)

2013-05-29 Thread Steve Landers
Richard, Agree with all you say, it reflects my frustrations about a profession where simple, stable and reliable is so readily dismissed as outdated. Re your specific comment I'm not sure why the one-process-per-task model has fallen out of favor.. It may be because early web servers (and

Re: [fossil-users] Did you know that Fossil could do...

2013-05-29 Thread Chad Perrin
On Tue, May 28, 2013 at 09:08:10AM -0400, Richard Hipp wrote: Survey: How many people know that in the web-based timeline for Fossil, you can click on any two nodes in the graph and get a diff between those two nodes? I think this is a very useful feature. But I'm guessing that not many

Re: [fossil-users] Handling renames on import

2013-05-29 Thread Isaac Jurado
Replying Richard Hipp: On Mon, May 27, 2013 at 3:35 PM, Isaac Jurado dipto...@gmail.com wrote: Hello, I'm testing Fossil by migrating a bunch of Mercurial repositories. Unlike Git, Mercurial tracks file renames. However, in order to create a Fossil repository I have to follow the Mercurial

Re: [fossil-users] JSON API docs

2013-05-29 Thread Stephan Beal
On Wed, May 29, 2013 at 7:41 PM, Chad Perrin c...@apotheon.net wrote: What's the current canonical location of documentation for Fossil's JSON API? Are there some handy howtos, tutorials, examples, or other third-party sources of documentation for the JSON API? Hi, Chad! The current

Re: [fossil-users] JSON API docs

2013-05-29 Thread Stephan Beal
On Wed, May 29, 2013 at 10:23 PM, Stephan Beal sgb...@googlemail.comwrote: http://fossil.wanderinghorse.net/repos/fwiki/ These demos of that code are good starting points to see what the JSON API can do: http://fossil.wanderinghorse.net/repos/fwiki/editor/wiki-editor-goco.html

Re: [fossil-users] JSON API docs

2013-05-29 Thread Chad Perrin
On Wed, May 29, 2013 at 10:23:50PM +0200, Stephan Beal wrote: On Wed, May 29, 2013 at 7:41 PM, Chad Perrin c...@apotheon.net wrote: What's the current canonical location of documentation for Fossil's JSON API? Are there some handy howtos, tutorials, examples, or other third-party

Re: [fossil-users] Handling renames on import

2013-05-29 Thread Richard Hipp
On Wed, May 29, 2013 at 4:22 PM, Isaac Jurado dipto...@gmail.com wrote: Does mv/rename improve the delta algorithm and/or file tracking in any way? Unclear. I think it does, but I'm not 100% sure. Deltas in Fossil are decoupled from the rest of the system. There is no fixed delta

Re: [fossil-users] JSON API docs

2013-05-29 Thread Stephan Beal
On Wed, May 29, 2013 at 11:34 PM, Chad Perrin c...@apotheon.net wrote: and/or no longer the canonical location. I think I had some vague recollection of the docs being moved to a wiki somewhere from earlier list traffic, but didn't find it in my email archives. I guess I was mistaken. No,