Re: [fossil-users] SSL support

2015-04-02 Thread Graeme Pietersz
You could just use the version in the repos. It will not be the latest version, but will work perfectly well. This is probably what you would do with any other VCS, so it should not be a problem (or any other software, for that matter). There is an Ubuntu PPA:

[fossil-users] SSL support

2015-04-02 Thread Emil Totev
Hi Is there any reason that the default fossil download for linux has been complied without SSL support, while the windows version has it? Would it be possible to add the SSL support for linux, or add a separate download option? In the meantime, is there somewhere an easily accessible download

Re: [fossil-users] IPV6 Support

2015-04-02 Thread Oliver Friedrich
Ok, heres a patch attached. The patch will use ipv6 socket instead of ipv4. The socketoption IPV6_V6ONLY is explicitly disabled, allowing incomming ipv4 connections to be accepted as well. Caveats: 1. The part on invoking a cgi-server with the zIpAddr parameter specified is not tested, since I

Re: [fossil-users] IPV6 Support

2015-04-02 Thread Andy Bradford
Thus said Oliver Friedrich on Thu, 02 Apr 2015 20:56:38 -: 1. The part on invoking a cgi-server with the zIpAddr parameter specified is not tested, since I cannot figure out when this is used. However, it zIpAddr is an ipv4 string (e.g. 127.0.0.1) it will be converted to

Re: [fossil-users] IPV6 Support

2015-04-02 Thread Andy Bradford
Thus said Oliver Friedrich on Thu, 02 Apr 2015 20:56:38 -: As I'm completly new to c programming this is more a draft than anything I would call a contribution, but for fossil server it works already and I'll definetly spend more time on that next week. Is it isn't necessary to

Re: [fossil-users] IPV6 Support

2015-04-02 Thread Oliver Friedrich
Sorry to bother you again on this, but with the sources of the last release and default compile options, IPV6 seems not to be active: beowulf:~/Projekte$ fossil version This is fossil version 1.32 [6c40678e91] 2015-03-14 13:20:34 UTC beowulf:~/Projekte$ fossil server -P 8889 ./ [1] 2205

Re: [fossil-users] SSL support

2015-04-02 Thread Richard Hipp
On 4/2/15, Emil Totev em...@tot-consult.com wrote: Hi Is there any reason that the default fossil download for linux has been complied without SSL support, while the windows version has it? Mac and OpenBSD do link against SSL because the necessary shared libraries are reliably on those

Re: [fossil-users] IPV6 Support

2015-04-02 Thread Richard Hipp
On 4/2/15, Oliver Friedrich redtalonof+mailingl...@gmail.com wrote: Sorry to bother you again on this, but with the sources of the last release and default compile options, IPV6 seems not to be active: The ui and server commands might still only support IPv4. The sync, push, and pull commands

Re: [fossil-users] Version 3.8.9 is in testing

2015-04-02 Thread Richard Hipp
On 4/2/15, Richard Hipp d...@sqlite.org wrote: On 4/2/15, Richard Hipp d...@sqlite.org wrote: We have begun to mark off checklist items for the 3.8.9 release at https://www.sqlite.org/checklists/3080900/index - the release will occur when the checklist goes all green. If you have any

Re: [fossil-users] IPV6 Support

2015-04-02 Thread Oliver Friedrich
Ah, ok. Accessing the web interface via ipv6 would be useful now, but what has to wait, has to wait. Thank you :-) Richard Hipp d...@sqlite.org schrieb am Do., 2. Apr. 2015 um 14:41 Uhr: On 4/2/15, Oliver Friedrich redtalonof+mailingl...@gmail.com wrote: Sorry to bother you again on this,

[fossil-users] Version 3.8.9 is in testing

2015-04-02 Thread Richard Hipp
We have begun to mark off checklist items for the 3.8.9 release at https://www.sqlite.org/checklists/3080900/index - the release will occur when the checklist goes all green. If you have any last-minute concerns about the current state of the code, please bring them up soon. -- D. Richard Hipp

Re: [fossil-users] Version 3.8.9 is in testing

2015-04-02 Thread Richard Hipp
On 4/2/15, Richard Hipp d...@sqlite.org wrote: We have begun to mark off checklist items for the 3.8.9 release at https://www.sqlite.org/checklists/3080900/index - the release will occur when the checklist goes all green. If you have any last-minute concerns about the current state of the

Re: [fossil-users] Introducing Lagerstatte, an open-source hosting service for Fossil repositories

2015-04-02 Thread Vikrant Chaudhary
You are probably thinking about a shallow clone. You'll have to tell me what you mean by those words. Here is the concept in Git: http://stackoverflow.com/q/6941889 The impression I get is that we're both talking about the local repository containing things not sync'ed upstream, for example

Re: [fossil-users] Introducing Lagerstatte, an open-source hosting service for Fossil repositories

2015-04-02 Thread Samuel Debionne
I'm thinking about how this could be used at my workplace. On some projects we have shared computers called viewservers (view being a ClearCase term) on which we create our sandboxes (again, CC term). Switching to Fossil would mean each user getting his or her own copy of the full repository

Re: [fossil-users] Version 3.8.9 is in testing

2015-04-02 Thread tonyp
Just in case this was not intentional. I have received this only from the Fossil list(s), but not SQLite's. BTW, the introduction of the .dbinfo shell command made the more commonly used .dump come later and now needing more than just .d to invoke it. Bummer :( -Original Message-

Re: [fossil-users] Fossil timeline.rss parameter

2015-04-02 Thread jungle Boogie
Hi Kai, On 2 April 2015 at 02:50, Kai Lauterbach kla...@web.de wrote: Hi, is there any documentation which URL parameter are recognized/allowed by the tineline.rss script? I want to do something like i can do with the html based timeline http://myhostname/timeline?n=y=allv=1 I just

Re: [fossil-users] IPV6 Support

2015-04-02 Thread Richard Hipp
On 4/2/15, Oliver Friedrich redtalonof+mailingl...@gmail.com wrote: Ah, ok. Accessing the web interface via ipv6 would be useful now, but what has to wait, has to wait. You could work on a patch while you are waiting :-) -- D. Richard Hipp d...@sqlite.org

Re: [fossil-users] Introducing Lagerstatte, an open-source hosting service for Fossil repositories

2015-04-02 Thread Ron W
On Wed, Apr 1, 2015 at 4:21 AM, Vikrant Chaudhary vikr...@webstream.io wrote: If users could somehow share repositories without copying them in full, that would help a lot. You are probably thinking about a shallow clone. By clone --cheap, I was thinking more along the lines of ATTACH