Re: [fossil-users] using "fossil server --repolist" behind nginx proxy

2015-03-31 Thread Andy Bradford
Thus said Dewey Hylton on Tue, 31 Mar 2015 09:48:22 -0400: > ... any other suggestions? i really prefer to stay away from cgi and > making my own index page ... I believe --baseurl is what you actually want to use, however, I'm not sure --baseurl even works. Everytime I've seen someone try to

Re: [fossil-users] New timeline display options

2015-03-31 Thread Vikrant Chaudhary
> That sounds like a valid $0.02 to me. JS/CSS experts: is there such tech > that we could somehow select a vertical graph/branch indicator and have it > highlighted somehow? >From a quick overview of the page, an "onclick" handler on those line and box should do the trick (in draw*() JS functio

Re: [fossil-users] Introducing Lagerstatte, an open-source hosting service for Fossil repositories

2015-03-31 Thread Andy Goth
On 3/31/2015 11:18 PM, Matt Welland wrote: > On Mon, Mar 30, 2015 at 10:57 PM, Vikrant Chaudhary > wrote: >> fossil clone --cheap file:///path/to/upstream.fossil new-project.fossil > > +1 I think I would use this feature should it ever come available. I > have 500M+ repos where a cheap clone would

Re: [fossil-users] Introducing Lagerstatte, an open-source hosting service for Fossil repositories

2015-03-31 Thread Matt Welland
On Mon, Mar 30, 2015 at 10:57 PM, Vikrant Chaudhary wrote: > fossil clone --cheap file:///path/to/upstream.fossil new-project.fossil > +1 I think I would use this feature should it ever come available. I have 500M+ repos where a cheap clone would be quite nice to have. I assume the feature woul

Re: [fossil-users] New timeline display options

2015-03-31 Thread bch
On Mar 31, 2015 8:26 PM, "Matt Welland" wrote: > > > > On Tue, Mar 31, 2015 at 5:48 PM, bch wrote: >> >> Hi Matt. >> >> Would picking the branch you care about (like this: >> http://fossil-scm.org/index.html/timeline?r=skin-xekri&nd&c=2015-03-25+21%3A52%3A07&n=200 ) >> suit your workflow ? > > >

Re: [fossil-users] New timeline display options

2015-03-31 Thread Matt Welland
On Tue, Mar 31, 2015 at 5:48 PM, bch wrote: > Hi Matt. > > Would picking the branch you care about (like this: > > http://fossil-scm.org/index.html/timeline?r=skin-xekri&nd&c=2015-03-25+21%3A52%3A07&n=200 > ) > suit your workflow ? > Hi Brad, Yes, I often narrow to the branch like that but that

Re: [fossil-users] New timeline display options

2015-03-31 Thread bch
Hi Matt. Would picking the branch you care about (like this: http://fossil-scm.org/index.html/timeline?r=skin-xekri&nd&c=2015-03-25+21%3A52%3A07&n=200) suit your workflow ? -bch On 3/31/15, Matt Welland wrote: > On Tue, Mar 31, 2015 at 9:20 AM, Andy Bradford > wrote: > >> Thus said Matt Wella

Re: [fossil-users] file-filter branch plead

2015-03-31 Thread Steve Stefanovich
Yes, from the shell command line. S. Original Message From: jungle Boogie Sent: Wednesday, 1 April 2015 01:18 To: Fossil SCM user's discussion Reply To: Fossil SCM user's discussion Subject: Re: [fossil-users] file-filter branch plead Hi Steve, On 30 March 2015 at 15:53, Steve Stefanovich wro

Re: [fossil-users] New timeline display options

2015-03-31 Thread Matt Welland
On Tue, Mar 31, 2015 at 9:20 AM, Andy Bradford wrote: > Thus said Matt Welland on Mon, 30 Mar 2015 21:08:49 -0700: > > > +1 circular nodes, +1 colored lines, seemed to make visually tracking > > the branch easier to my eyes. but as Brad said, a matter of style. > > Definitely a matter of style.

Re: [fossil-users] New timeline display options

2015-03-31 Thread tonyp
+1 -Original Message- From: Andy Bradford Sent: Tuesday, March 31, 2015 7:20 PM To: Matt Welland Cc: Fossil SCM user's discussion Subject: Re: [fossil-users] New timeline display options Thus said Matt Welland on Mon, 30 Mar 2015 21:08:49 -0700: +1 circular nodes, +1 colored li

Re: [fossil-users] New timeline display options

2015-03-31 Thread Andy Bradford
Thus said Matt Welland on Mon, 30 Mar 2015 21:08:49 -0700: > +1 circular nodes, +1 colored lines, seemed to make visually tracking > the branch easier to my eyes. but as Brad said, a matter of style. Definitely a matter of style. While I think both are pretty, I prefer black edges (the nodes

Re: [fossil-users] Introducing Lagerstatte, an open-source hosting service for Fossil repositories

2015-03-31 Thread Ron W
On Tue, Mar 31, 2015 at 2:16 AM, Vikrant Chaudhary wrote: > > Maybe I should roll with "Lagerstätte" as project's name, but we still > need the ASCII approximation to use in code. In the actual code or in string constants? If in string constants, why not use the ISO-8859-1 encoding? Or even Unic

Re: [fossil-users] Introducing Lagerstatte, an open-source hosting service for Fossil repositories

2015-03-31 Thread Will Parsons
Vikrant Chaudhary wrote: > On 30 March 2015 at 17:39, j. van den hoff wrote: >> a marginal point, but in case you care: the german word for >> repository/deposit actually is "Lagerstätte" where the diacritical mark over >> the `a' really matters. but "Lagerstatte" sounds really awful (since the "a

Re: [fossil-users] file-filter branch plead

2015-03-31 Thread jungle Boogie
Hi Steve, On 30 March 2015 at 15:53, Steve Stefanovich wrote: > ‎ > Yes, I find file filtering useful too. Even better, it should be incorporated > in search drop-down list. FWIW, I manage now by ' f sett manifest on' and > grepping the manifest file. You do this from the cli only, correct? > >

Re: [fossil-users] using "fossil server --repolist" behind nginx proxy

2015-03-31 Thread Dewey Hylton
> From: "Dewey Hylton" > To: "Fossil SCM user's discussion" > Sent: Sunday, March 29, 2015 11:07:31 AM > Subject: Re: [fossil-users] using "fossil server --repolist" behind nginx > proxy > > > From: "David Macek" > > Sent: Sunday, March 29, 2015 10:56:07 AM > > > > On 29. 3. 2015 16:55, Andy