Re: [fossil-users] Outside contribution feature

2014-06-05 Thread Kevin Martin
On 5 Jun 2014, at 02:24, Warren Young wrote: > The thing is, a unified diff cannot express all the information Fossil knows: > file moves/renames/deletions, commit comments, the difference between a > changeset and a monolithic patch, the point in the revision history the diff > was made agai

Re: [fossil-users] http-auth branch?

2014-03-11 Thread Kevin Martin
I've been using it daily from the client side for a while now and haven't had any problems. Not upgraded the server side yet, but happy to do so in the next few weeks. Thanks, Kev Sent from my iPhone > On 11 Mar 2014, at 11:11, Stephan Beal wrote: > >> On Tue, Mar 11, 2014 at 6:06 AM, Andy B

Re: [fossil-users] Command line option for HTTP Auth?

2014-02-01 Thread Kevin Martin
On 1 Feb 2014, at 05:03, Andy Bradford wrote: > If everyone else agrees that this is a good idea (automatically sending > HTTP Authorization in response to 401) How does fossil authenticate with a server, does it send the password plaintext? HTTP Basic Auth does! I'm not sure whether this

Re: [fossil-users] Command line option for HTTP Auth?

2014-01-29 Thread Kevin Martin
On 29 Jan 2014, at 06:59, Andy Bradford wrote: > I've just started a branch for exploring a different way to enable the > use of HTTP Authorization headers in requests: I don't quite understand this, does it use basic authentication instead of fossil authentication? How does the fossil serve

Re: [fossil-users] CGI mode with multiple repositories

2013-06-05 Thread Kevin Martin
On 4 Jun 2013, at 17:18, wrote: I do the following: I have a directory, /var/fossils with all the repositories in it. Then for each set of repositories (for example, public) I have the following directory tree in /var/www/fossilserver public/ fossils/ symlink_to_/va

Re: [fossil-users] Unable to install fossil 1.23+ on my webhost

2013-03-09 Thread Kevin Martin
On 9 Mar 2013, at 23:01, Simon Tremblay wrote: > Unfortunately Martin, it seems this version of Debian (6 stable) uses a too > recent version of GLIBC. Would a static binary built on any 32bit system not work? Unfortunately, I don't have access to 32 bit system, so am unable to build one for y

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

2012-09-04 Thread Kevin Martin
> dyld: Library not loaded: /opt/local/lib/libreadline.6.1.dylib 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. (MacPorts is installed to /opt/local)

Re: [fossil-users] build fossil with ssl support on debian and ubuntu

2012-07-02 Thread Kevin Martin
> Error: OpenSSL not found. Consider --with-openssl=none to disable HTTPS > support On Debian, install libssl-dev. Also if you're on amd64, I recommend building a shared version, I can't remember the details, only that I had great trouble building a static binary and gave up. Thanks, Kev ___

Re: [fossil-users] fossil problem

2012-06-19 Thread Kevin Martin
Just an idea, check the permissions of of the database files on the server. Make sure the user accessing them has read and write access. I get a similar error when I've accidentally set it to 640 instead of 660. Thanks, Kevin Sent from my iPhone On 19 Jun 2012, at 18:59, Benedikt Ahrens wrote

[fossil-users] Keeping password on clone

2012-01-16 Thread Kevin Martin
1/ which then resets my password on the local repository. Although auto sync does work. I know this is a minor problem because fossil ui seems to automatically log me in on the local repository, but I'd prefer it if I could keep the passwords the same. Is there a way to do this? Tha