Re: [fossil-users] cannot connect to host

2015-08-31 Thread Doug Currie
speculated below.] e On Fri, Aug 28, 2015 at 11:29 PM, Doug Currie <doug.cur...@gmail.com> wrote: > This "cannot connect to host" question has come up before, but earlier > threads on this subject seem to lead to server credentials/certificate > re-configuration or mis-config

Re: [fossil-users] cannot connect to host

2015-08-31 Thread Doug Currie
ion push all` on > > only one of my local repos, so this isn't the cause of my problem, as I > > speculated below.] > > > > e > > > > > > On Fri, Aug 28, 2015 at 11:29 PM, Doug Currie <doug.cur...@gmail.com> > wrote: > >> > >> Th

Re: [fossil-users] cannot connect to host

2015-08-31 Thread Doug Currie
On Mon, Aug 31, 2015 at 12:58 PM, jungle Boogie wrote: > I can clone, over TLS, one of the many public repos, but I don't have > access to any of them to sync. > > So, I just tried cloning using https to no avail: test e$ fossil clone

Re: [fossil-users] cannot connect to host

2015-08-31 Thread Doug Currie
On Mon, Aug 31, 2015 at 2:21 PM, jungle Boogie <jungleboog...@gmail.com> wrote: > On 31 August 2015 at 10:51, Doug Currie <doug.cur...@gmail.com> wrote: > > test e$ fossil clone https://chiselapp.com/user/e/repository/ldecNumber > > ldecNumber.fossil > > SSL: can

Re: [fossil-users] cannot connect to host

2015-08-31 Thread Doug Currie
On Mon, Aug 31, 2015 at 3:32 PM, jungle Boogie wrote: > % fossil version -v > This is fossil version 1.33 [7febc31883] 2015-08-29 15:24:16 UTC > Compiled on Aug 29 2015 16:15:07 using gcc-4.2.1 Compatible FreeBSD > Clang 3.4.1 (tags/RELEASE_34/dot1-final 208032) (64-bit)

Re: [fossil-users] cannot connect to host

2015-08-31 Thread Doug Currie
On Mon, Aug 31, 2015 at 5:07 PM, Warren Young wrote: > My guess: The SSL implementation running on ChiselApp has been tightened > down, to make it refuse old broken SSL features that used to work in the > past, as a result of all the security problems found in OpenSSL over the

[fossil-users] cannot connect to host

2015-08-28 Thread Doug Currie
This cannot connect to host question has come up before, but earlier threads on this subject seem to lead to server credentials/certificate re-configuration or mis-configuration, and in this case I'm using chiselapp... Sync to chiselapp was working for me three days ago. The last sync that worked

Re: [fossil-users] Examples of public Fossil repositories

2015-01-02 Thread Doug Currie
Hi Richard, There is http://lua.sqlite.org/ -- it is somewhat dormant, but is the primary face of LuaSQLite3 and referenced from LuaRocks. e On Fri, Jan 2, 2015 at 9:34 AM, Richard Hipp d...@sqlite.org wrote: I'm trying to compile a list of interesting public Fossil repositories. My list

Re: [fossil-users] libfossil www interface: looking for ideas

2014-02-20 Thread Doug Currie
On Thu, Feb 20, 2014 at 6:37 PM, Nico Williams n...@cryptonector.comwrote: On Mon, Feb 17, 2014 at 4:26 PM, Stephan Beal sgb...@googlemail.com wrote: Can you recommend one in C? i'm self-imposed bound to C here. i might be convinced to write it in C++. If you look aroung in

Re: [fossil-users] chosen project name might interfere with tar/zip download

2013-10-08 Thread Doug Currie
On Oct 8, 2013, at 8:31 AM, j. van den hoff veedeeh...@googlemail.com wrote: coming back to this problem of problematic character such as `/' causing tar/zip download to fail since the URL generated by fossil is invalid: would it not be sensible to simply use as name the sha1 hash itself

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

2013-03-29 Thread Doug Currie
Thank you, James, for Chiselapp. I'm sorry to see it go. On Mar 29, 2013, at 7:55 AM, Richard Hipp d...@sqlite.org wrote: (5) Require unpaid accounts to be open-source? One of the most important things that drew me to Chiselapp, and to using Fossil for personal projects, was free private

Re: [fossil-users] althttpd cgi chroot stunnel

2013-03-17 Thread Doug Currie
On Jan 10, 2012, at 3:27 PM, Thomas Stover c...@thomasstover.com wrote: “-user www-data” is of course the user to run programs as and access files as (so again everything in /repos needs read/write/execute permission with user www-data). Thank you Thomas for summarizing your althttpd usage

Re: [fossil-users] Fossil vs. Git/Mercurial/etc.?

2012-12-31 Thread Doug Currie
On Dec 31, 2012, at 1:29 PM, Nico Williams n...@cryptonector.com wrote: I haven't yet re-unsubscribed. Joerg's note added hope Thank you for explaining rebase. It's not something I've ever needed to do, so I was skeptical of its value, and even more skeptical that it would ever be adopted

Re: [fossil-users] Install from binary on Macbook Pro OSX

2012-09-04 Thread Doug Currie
On Sep 4, 2012, at 2:09 PM, Kevin Martin ke...@khn.org.uk wrote: Fossil on my machine finds the readline library from MacPorts (http://www.macports.org). You may want to install MacPorts, as it looks like fossil is also using other libraries from there too. I also have MacPorts installed,

[fossil-users] clone using downloaded binary on Linux

2012-08-10 Thread Doug Currie
Using fossil built from source on OSX, this works fine, but using the binary from http://www.fossil-scm.org/download/fossil-linux-x86-20120808112557.zip on a (fairly) freshly installed Debian Wheezy, I get: e@eSammy:~/dev$ fossil clone http://www.fossil-scm.org/fossil fossil.fossil

Re: [fossil-users] clone using downloaded binary on Linux

2012-08-10 Thread Doug Currie
On Aug 10, 2012, at 10:35 PM, Richard Hipp d...@sqlite.org wrote: Maybe this is a problem with the new IPv6 logic and an older Linux that doesn't do IPv6 very well? This is on a very new Linux: Debian Wheezy, Linux kernel 3.2 -- 2012-08-04: Wheezy releases beta 1. e

Re: [fossil-users] clone using downloaded binary on Linux

2012-08-10 Thread Doug Currie
On Aug 10, 2012, at 11:00 PM, Richard Hipp d...@sqlite.org wrote: Perhaps a libc incompatibility. Does it work on Wheezy if you build from sources? Yes, I just built from sources, and clone works. I believe it is a libc incompatibility; in a slightly different Wheezy configuration I got

[fossil-users] Apple clang version 4.0 warnings

2012-07-26 Thread Doug Currie
Here are some interesting warnings from clang compiling trunk today: fossil e$ cc --version Apple clang version 4.0 (tags/Apple/clang-421.0.57) (based on LLVM 3.1svn) Target: x86_64-apple-darwin12.0.0 Thread model: posix cc -I/usr/include -Wdeprecated-declarations -g -O2 -DHAVE_AUTOCONFIG_H

Re: [fossil-users] SQLite 4

2012-06-27 Thread Doug Currie
On Jun 27, 2012, at 10:41 AM, Richard Hipp wrote: This is a work in progress. The SQLite4 numeric format sounds like a great improvement; on the doc page you say: The SQLite4 numeric format is for internal use. Numbers can be translated between integers or doubles for input and output.

Re: [fossil-users] Looking for a name for Android Fossil client...

2012-06-22 Thread Doug Currie
On Jun 22, 2012, at 3:37 PM, Stephan Beal wrote: But it needs a name, and that's where i need your help :). Fossilroid is my current favourite but i'm not emotionally attached to it. Ideas? Palentolodroid e ___ fossil-users mailing list

Re: [fossil-users] Avoiding problems with fossil default Makefile

2011-07-21 Thread Doug Currie
On OSX 10.6.8... I've installed a few macports programs; this creates /opt, and puts /opt/local/bin:/opt/local/sbin on the front of my PATH environment variable. I'd like to build fossil with the system's /usr includes and libraries, and this is how the Makefile works. Is there a way to force

Re: [fossil-users] Removing the need for anonymous login...

2011-02-17 Thread Doug Currie
On Feb 17, 2011, at 10:21 AM, Justin Mazzi wrote: Disabling Zips Diff generation seems like the most sensible option. Anonymous zips are important to allow for access by users of packaging systems (luarocks, ruby gems) that grab the zip based on a URI in the package specification. So, I

Re: [fossil-users] Removing the need for anonymous login...

2011-02-17 Thread Doug Currie
On Feb 17, 2011, at 10:31 AM, Justin Mazzi wrote: He's talking about 'nobody', not 'anonymous'. Thanks; I also meant Nobody, and said Anonymous erroneously. e On Thu, Feb 17, 2011 at 10:30 AM, Doug Currie doug.cur...@gmail.com wrote: On Feb 17, 2011, at 10:21 AM, Justin Mazzi wrote

Re: [fossil-users] fossil import from svn-dump-fast-export

2011-01-11 Thread Doug Currie
On Jan 11, 2011, at 6:51 PM, Richard Hipp wrote: On Tue, Jan 11, 2011 at 4:14 PM, Doug Currie doug.cur...@gmail.com wrote: I dumped my small svn repo using svn-dump-fast-export from http://barrbrain.github.com/ and imported it using fossil import --git The repo was created but all

Re: [fossil-users] three-way merge

2010-04-12 Thread Doug Currie
On Apr 12, 2010, at 12:52 PM, D. Richard Hipp wrote: Can anyone suggest a good 3-way graphical merger that I can use for testing (Mac or Linux). I have used DeltaWalker on Mac. Once installed it can be invoked with a command line (or shell script line) such as

Re: [fossil-users] Numbering in the ticket view

2010-01-22 Thread Doug Currie
On Jan 22, 2010, at 6:32 AM, Jacek Cała wrote: Do you have any idea how to add numbering to the list of tickets. It would be nice to have a quantitative view on the solved/unsolved issues. I was skimming through the sqllite manual but couldn't find anything usable. SELECT CASE WHEN

Re: [fossil-users] 3 Feature requests - globbing using the repository.

2009-12-10 Thread Doug Currie
On Dec 9, 2009, at 4:45 PM, Joshua Paine wrote: On Wed, 2009-12-09 at 22:22 +0100, Stephan Beal wrote: That said, presumably when you rm a file, it already exists in the repo, and the chance of a significant loss due to an unwanted unlink() on the file seems to be small. [...] Re:

Re: [fossil-users] cannot pull

2009-11-05 Thread Doug Currie
wrote: On Nov 5, 2009, at 9:11 PM, Doug Currie wrote: fossil: table event has no column named tagid REPLACE INTO event(type,tagid,mtime,objid,user,comment,brief)VALUES ('t',263,2455096.863576389,5207,'anonymous','New ticket [3f0c73f2d2] idiff-command with parameter doesn''t work/i.','New