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

2014-02-01 Thread Andy Bradford
Thus said Kevin Martin on Sat, 01 Feb 2014 09:14:20 +: > I'm not sure whether this should just happen by default unless the > connection is HTTPS as defaulting to sending plaintext auth data over > HTTP seems like a bad idea. Agreed. It should not happen automatically when the data wil

Re: [fossil-users] Is it possible to add older code by date?

2014-02-01 Thread KAMEDA, Akihiro
Hi, commit & branch command accept --date-override command switch. Example: (f is alias of fossil. hashes like e384bf5187 can be found in the timeline page) # create branch based on the commit just a bit earlier than your backup files f branch new add-old e384bf5187 --date-override "2014-02-01 20

Re: [fossil-users] Is it possible to add older code by date?

2014-02-01 Thread Andy Bradford
Thus said to...@acm.org on Sat, 01 Feb 2014 20:23:48 +0200: > I would like to add older code (kept manually until now in ZIP files) > to a fossil repository already containing some newer versions. Is > there a way to add older versions manually, perhaps by specifying the > date via a comman

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

2014-02-01 Thread Andy Bradford
Thus said "Andy Bradford" on 01 Feb 2014 10:04:23 -0700: > Thus said Kevin Martin on Sat, 01 Feb 2014 09:14:20 +: > > > How does fossil authenticate with a server, does it send the > > password plaintext? HTTP Basic Auth does! > > It's not encrypted, no, only base64 encoded. It seems

[fossil-users] Is it possible to add older code by date?

2014-02-01 Thread tonyp
Hi all, I would like to add older code (kept manually until now in ZIP files) to a fossil repository already containing some newer versions. Is there a way to add older versions manually, perhaps by specifying the date via a command switch, or by using the actual file dates for each of the fil

Re: [fossil-users] Windows installer?

2014-02-01 Thread Matt Welland
On Sat, Feb 1, 2014 at 9:42 AM, Mark Janssen wrote: > > > On Sat, Feb 1, 2014 at 5:14 PM, Matt Welland wrote: > >> The last time I installed fossil on Windows it was a minor hassle as >> there was no installer. >> >> I'm considering putting together an installable version of fossil using >> Inno

Re: [fossil-users] Windows installer?

2014-02-01 Thread Matt Welland
On Sat, Feb 1, 2014 at 9:39 AM, wrote: > At work we only use the wiki portion of fossil. Our setup at work is to > have NSSM (http://nssm.cc) create a windows service to start up fossil > with a particular fossil repository. That might be a good thing to have > with the installer. > I'm not oppo

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

2014-02-01 Thread Andy Bradford
Thus said Matt Welland on Sat, 01 Feb 2014 08:52:56 -0700: > In my opinion fossil should prompt the user for username/password as > appropriate on receipt of a 401. If the channel is not ssl then a > warning/are you sure would be a good idea. Would the username/password for this authoriza

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

2014-02-01 Thread Andy Bradford
Thus said Kevin Martin on Sat, 01 Feb 2014 09:14:20 +: > How does fossil authenticate with a server, does it send the password > plaintext? HTTP Basic Auth does! It's not encrypted, no, only base64 encoded. > I'm not sure whether this should just happen by default unless the > connectio

Re: [fossil-users] Windows installer?

2014-02-01 Thread Mark Janssen
On Sat, Feb 1, 2014 at 5:14 PM, Matt Welland wrote: > The last time I installed fossil on Windows it was a minor hassle as there > was no installer. > > I'm considering putting together an installable version of fossil using > Inno Setup (http://www.jrsoftware.org/isinfo.php). > > There is alread

Re: [fossil-users] Windows installer?

2014-02-01 Thread djgoku
At work we only use the wiki portion of fossil. Our setup at work is to have NSSM (http://nssm.cc) create a windows service to start up fossil with a particular fossil repository. That might be a good thing to have with the installer. Jonathan Otsuka On Feb 1, 2014, at 10:14 AM, Matt Welland

[fossil-users] Windows installer?

2014-02-01 Thread Matt Welland
The last time I installed fossil on Windows it was a minor hassle as there was no installer. I'm considering putting together an installable version of fossil using Inno Setup (http://www.jrsoftware.org/isinfo.php). Has anyone already done this? Does anyone care and if you care do you have sugges

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

2014-02-01 Thread Matt Welland
On Sat, Feb 1, 2014 at 2:14 AM, Kevin Martin wrote: > > 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 passw

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