Thanks, this is great!

One problem though!  The values I set are not pulled to my local copy.  Is that 
expected?
(Server is Fossil version [3d49f04587] 2014-01-27 17:33:44 client is fossil 
version 1.30 [ee46563cbd] 2014-08-15 12:46:27 UTC)

From: Stephan Beal 
Sent: Tuesday, September 30, 2014 6:52 PM
To: Fossil SCM user's discussion 
Subject: Re: [fossil-users] How to use the ticket subsystem?

On Tue, Sep 30, 2014 at 1:36 PM, Tony Papadimitriou <to...@acm.org> wrote:

  When editing a ticket, the 'Subsystem' drop-down list is blank.

  Question: How do I enter new values, or how do I define the possible values 
from which to choose?

  Since I keep multiple applications in a single repository (because they all 
depend on common library code), I would like to use this to know to which 
application the tickets refers without taking space from the actual ticket 
description.


In Admin ==> Tickets ==> Common you'll see a TH1 script, inside of which you 
might see:


set subsystem_choices {
}

(simply add it if it's not there)

Which you should then change to, e.g.:

set subsystem_choices {
  Library_Foo
  GUI
  Library_Bar
}

(Not sure what the quoting rules are for spaces - maybe Richard or Joe can 
enlighten us both in that regard.)

-- 

----- stephan beal
http://wanderinghorse.net/home/stephan/ 
http://gplus.to/sgbeal
"Freedom is sloppy. But since tyranny's the only guaranteed byproduct of those 
who insist on a perfect world, freedom will have to do." -- Bigby Wolf


--------------------------------------------------------------------------------
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to