[fossil-users] Client certificate for https?

2011-03-13 Thread Jan Danielsson
Hello, How does one specify which client certificate fossil should use when connecting to a https server? -- Kind regards, Jan Danielsson signature.asc Description: OpenPGP digital signature ___ fossil-users mailing list fossil-users@lists.fossi

Re: [fossil-users] do I need a fossil server?

2011-03-13 Thread Richard Hipp
On Sun, Mar 13, 2011 at 5:46 PM, wrote: > Hi, > > I have a general question about fossil and maybe even scm. > > I’d like to setup fossil for a very small in-house team (1 to 3 people). > There’s no need ever for having outside access, everything is private, > firewalled and trusted. So I was w

[fossil-users] do I need a fossil server?

2011-03-13 Thread trash
Hi, I have a general question about fossil and maybe even scm. I’d like to setup fossil for a very small in-house team (1 to 3 people). There’s no need ever for having outside access, everything is private, firewalled and trusted. So I was wondering if I can create a repository on a file serve

Re: [fossil-users] Howto construct a download url for the latest file in a repository?

2011-03-13 Thread Mark Janssen
To get the trunk version of file webui.wiki, you can use (in bash): $ fossil artifact `fossil artifact $(fossil info trunk | grep uuid | tr -s " " | cut -d" " -f2) | grep webui.wiki | cut -d" " -f3` What it does is: Get uuid of the last trunk commit. Then get the manifest for that commit. Then ch

Re: [fossil-users] Howto construct a download url for the latest file in a repository?

2011-03-13 Thread David Bovill
The zip file is for the entire checkout - any way to download the latest version of a single file without referring to a particular version with a sha1? If not how can I deduce the sha1 of the latest commit of a given file based on parsing the output of fossil shell commands? On 12 March 2011 22:

Re: [fossil-users] Multiple Repos: single sign on

2011-03-13 Thread Ron Wilson
On Sat, Mar 12, 2011 at 9:36 PM, Nathaniel R. Reindl wrote: > The only problem with this is that an HTTP client will implement > internal session handling inconsistently from another HTTP client. > The implication of this is that, while you can log in using basic or > digest HTTP authentication --

Re: [fossil-users] fossil-users Digest, Vol 38, Issue 32

2011-03-13 Thread Kees Nuyt
On Sun, 13 Mar 2011 08:31:22 +0800, quanguizeng wrote: > Hello, I am a newer of SQLite, I have a problem, > how can I learn the source of SQLite? The source is available in a fossil repository. Hyperlinks to it are at the bottom of the download page. http://www.sqlite.org/download.html SQLite h