Edgewall Software

Changes between Version 35 and Version 36 of 0.12/TracFaq


Ignore:
Timestamp:
May 13, 2004, 7:57:26 AM (20 years ago)
Author:
daniel
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • 0.12/TracFaq

    v35 v36  
    6767 '''7.1 What is a typical use-case for trac? Why/when would I want to use it?'''
    6868   ''Note: in the gist, this boils down to 'what is trac?' and should rather be 1.1 than 7.1 IMHO.''
     69
     70 '''7.2. How do I make a milestone with a fixed date?'''
     71   Using trac-admin, specifically the ''milestone time'' or ''milestone add'' command. The input format for the date is rather limited still, and should be a string like this: ''Jun 3, 2003''. Note the string '''must''' be quoted for proper parsing. Example:
     72{{{
     73trac-admin myprojenv milestone add anniversary 'Jun 3, 2003'
     74}}}
     75
     76----
     77See also:  TracGuide, TitleIndex