[fossil-users] How to configure a server

2014-03-27 Thread Andy Bradford
Thus said Mallik Abhinas on Wed, 26 Mar 2014 16:25:17 -: And I want it to be changed to 80, I want my website to run in 80 port not on 8080. You should be able to get some ideas about how to set this up from the following: http://www.fossil-scm.org/index.html/doc/trunk/www/server.wiki

Re: [fossil-users] Is it possible to see timeline for given branch (or eventag)?

2014-03-27 Thread Stephan Beal
On Thu, Mar 27, 2014 at 6:31 PM, Tony Papadimitriou to...@acm.org wrote: When I give the command FOSSIL TIM it lists all changes in all branches (and tags). But what if I want to see changes in only, say, the TRUNK branch? Is there a way? Or maybe items having a given tag? i've just

Re: [fossil-users] Is it possible to see timeline for given branch (or eventag)?

2014-03-27 Thread Stephan Beal
On Thu, Mar 27, 2014 at 6:31 PM, Tony Papadimitriou to...@acm.org wrote: But what if I want to see changes in only, say, the TRUNK branch? Is there a way? Or maybe items having a given tag? And likewise for tags: http://www.fossil-scm.org/index.html/timeline?t=release -- - stephan

Re: [fossil-users] Is it possible to see timeline for given branch (or eventag)?

2014-03-27 Thread Tony Papadimitriou
I tried it. r still finds “related” items in any branch. So, if you happen to use the name of a branch anywhere inside the description it will pick it up, too even in a different branch. t= for tags seems to work fine. Maybe add b= for branch? But, also it would be nice to do this from the

Re: [fossil-users] Is it possible to see timeline for given branch (or eventag)?

2014-03-27 Thread Stephan Beal
On Thu, Mar 27, 2014 at 6:56 PM, Tony Papadimitriou to...@acm.org wrote: Maybe add b= for branch? But, also it would be nice to do this from the CLI. If the timeline weren't the single most complex piece of code in fossil i'd jump right on it, but since it is... i'll add this to my local

Re: [fossil-users] Is it possible to see timeline for given branch (or eventag)?

2014-03-27 Thread Stephan Beal
On Thu, Mar 27, 2014 at 7:04 PM, Stephan Beal sgb...@googlemail.com wrote: On Thu, Mar 27, 2014 at 6:56 PM, Tony Papadimitriou to...@acm.org wrote: Maybe add b= for branch? It turns out that... if( zTagName g.perm.Read ){ tagid = db_int(0, SELECT tagid FROM tag WHERE

Re: [fossil-users] Is it possible to see timeline for given branch (or eventag)?

2014-03-27 Thread Stephan Beal
On Thu, Mar 27, 2014 at 7:10 PM, Stephan Beal sgb...@googlemail.com wrote: The CLI can't yet do this. i'm working on adding something like it to f-timeline right now, though. One final note, then i'll leave you alone... f-timeline can now do this, so if you're a fanatical CLI user, here's a

[fossil-users] Fossil extra/s

2014-03-27 Thread Andy Goth
[fossil extras] [fossil all extra] Why? Seems to me since the official, full command name is [fossil extras], [fossil all] should also allow its extra-file-lister subcommand to be spelled extras or any unambiguous prefix thereof, e.g. extra. $ fossil extras tune.tcl $ fossil all extras all