Re: [fossil-users] cannot connect to host

2015-08-31 Thread Doug Currie
On Mon, Aug 31, 2015 at 5:48 PM, Warren Young wrote: > > Since OpenSSL 0.9.8 is the default on OS X 10.10, > > ... > > Meanwhile, “brew install libressl”. Yes. For the record, "sudo port install libressl" works, too, if you already have MacPorts. e _

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 > past year or so:

Re: [fossil-users] cannot connect to host

2015-08-31 Thread Doug Currie
On Mon, Aug 31, 2015 at 4:31 PM, jungle Boogie wrote: > > Are you using the Docker image or is there anything special about your > environment? > I don't think so (since I don't know what Docker image is). > > Can you connect with openssl: > openssl s_client -connect chiselapp.com:443 -CAfile

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) > SQLite 3.8.11.1 2015-07

Re: [fossil-users] cannot connect to host

2015-08-31 Thread Doug Currie
On Mon, Aug 31, 2015 at 2:21 PM, jungle Boogie wrote: > On 31 August 2015 at 10:51, Doug Currie wrote: > > test e$ fossil clone https://chiselapp.com/user/e/repository/ldecNumber > > ldecNumber.fossil > > SSL: cannot connect to host chiselapp.com:443 () > > Clone don

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 https://chiselapp.com/user/e/repository/ldecNumber ldecNumber

Re: [fossil-users] cannot connect to host

2015-08-31 Thread Doug Currie
Thanks, Goyo. My problem seems to be SSL >> SSL: cannot connect to host chiselapp.com:443 () e On Mon, Aug 31, 2015 at 12:17 PM, Goyo wrote: > I can sync with chiselapp using http. My fossil is built without ssl > so I can't try https. > > 2015-08-31 18:08 GMT+02:

Re: [fossil-users] cannot connect to host

2015-08-31 Thread Doug Currie
as I speculated below.] e On Fri, Aug 28, 2015 at 11:29 PM, Doug Currie 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-configuration, and in this ca

[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 worke

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 wrote: > I'm trying to compile a list of interesting public Fossil repositories. > My list currently includ

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 wrote: > On Mon, Feb 17, 2014 at 4:26 PM, Stephan Beal > 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 http://github.com/stedolan you'll find a mini

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 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 plus the suitable ext

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 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 accounts. It is

Re: [fossil-users] althttpd cgi chroot stunnel

2013-03-17 Thread Doug Currie
On Jan 10, 2012, at 3:27 PM, Thomas Stover 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 with stunnel, and

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

2012-12-31 Thread Doug Currie
On Dec 31, 2012, at 1:29 PM, Nico Williams 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 by Fossil. While you

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 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, but my fossil

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 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 something li

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 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

[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] Apple clang version 4.0 warnings

2012-07-26 Thread Doug Currie
On Jul 26, 2012, at 1:25 PM, Stephan Beal wrote: > > ./src/md5.c:269:31: warning: argument to 'sizeof' in '__builtin___memset_chk' > call is the same expression as the destination; did you mean to dereference > it? [-Wsizeof-pointer-memaccess] > memset(ctx, 0, sizeof(ctx));/* In ca

[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 -I

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 f

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 t

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 wrote: > > On Feb 17, 2011, at 10:21 AM, Just

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 h

Re: [fossil-users] Symbolic links in Fossil

2011-01-28 Thread Doug Currie
On Jan 28, 2011, at 11:52 AM, Dmitry Chestnykh wrote: > On Jan 28, 2011, at 5:08 PM, Doug Currie wrote: >> Do all supported platforms have the equivalent of stat() to see if a linked >> object is a directory or a file? >> >> In that case the F-card access permission

Re: [fossil-users] Symbolic links in Fossil

2011-01-28 Thread Doug Currie
On Jan 28, 2011, at 9:55 AM, Ron Wilson wrote: > On Fri, Jan 28, 2011 at 6:31 AM, Dmitry Chestnykh > wrote: >> For example, imagine checking in the link to "../README", where README is >> located outside >> our repository. What link should be created in this case on Windows -- >> directory sym

Re: [fossil-users] Tag names: permitted characters

2011-01-26 Thread Doug Currie
On Jan 26, 2011, at 8:57 AM, Richard Hipp wrote: > separate branches. :-(Perhaps I should add a restriction somewhere that > disallows whitespace at the beginning or at the end of the tag name. Maybe, > too, I should disallow CR and NL in tag names. What do you think? A few days ago I h

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

2011-01-11 Thread Doug Currie
On Jan 11, 2011, at 8:58 PM, Richard Hipp wrote: > > > On Tue, Jan 11, 2011 at 8:44 PM, Doug Currie wrote: > > On Jan 11, 2011, at 6:51 PM, Richard Hipp wrote: > > > On Tue, Jan 11, 2011 at 4:14 PM, Doug Currie wrote: > > > >> I dumped my small s

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 wrote: > >> I dumped my small svn repo using svn-dump-fast-export from >> http://barrbrain.github.com/ >> and imported it using fossil import --git >> >> Th

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

2011-01-11 Thread Doug Currie
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 of my svn checkins look like separate leaves, all on branch: master. There is no ancestor. If I update to the first checkin, and try to

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 /Applications/DeltaWalker.

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 sta

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: [fossil-users] cannot pull

2009-11-05 Thread Doug Currie
9:15 PM, D. Richard Hipp 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&

[fossil-users] cannot pull

2009-11-05 Thread Doug Currie
e-MacBookPro:fossil e$ fossil pull Server:http://www.fossil-scm.org/ Bytes Cards Artifacts Deltas Send: 130 1 0 0 Received:1564 35 0 0 Send:1728 34 0 0 Recei

Re: [fossil-users] Post-partum analysis of porting SQLite history to Fossil

2009-08-13 Thread Doug Currie
e-MacBookPro:sqlite e$ fossil pull Server:http://sqlite.org/src/ Bytes Cards Artifacts Deltas Send: 130 1 0 0 Received:1380 31 0 0 Total network traffic: 306 bytes sent, 868 bytes received e-Mac

Re: [fossil-users] remote server URL

2009-06-16 Thread Doug Currie
On Jun 16, 2009, at 3:20 AM, Kees Nuyt wrote: > Perhaps there is a better way to obtain it, but this is a > good work-around: > [...] > # sqlite3 /path/to/repositorydatabase "SELECT value FROM > config WHERE name = 'last-sync-url'" Thanks, Kees. Since this value is used by auto-sync (I assume),

[fossil-users] remote server URL

2009-06-15 Thread Doug Currie
Is there a way to see, via web or command line, what URL fossil will use by default for sync, push, or pull? `fossil info` doesn't work. (it gives "server-code" -- what can be done with this?) server-code: 9ac298a5d4b8c99cafc7b63c7cbe883f1e770008 $ ./fossil info 9ac298a5d4b8c99cafc7b63c7cbe