Edgewall Software

Changes between Version 147 and Version 148 of TracIni


Ignore:
Timestamp:
Aug 26, 2009, 9:38:46 PM (15 years ago)
Author:
Ryan Ollos <ryano@…>
Comment:

Requested edits to clarify syntax for the [svn] section. See ticket #4223. See also TracBrowser.

Legend:

Unmodified
Added
Removed
Modified
  • TracIni

    v147 v148  
    130130 * Some more info on how to customize ticket_subject_template would be helpful.  Perhaps show what the setting would be for the default subject.
    131131 * It can be helpful to know the default values for each entry.
    132  * When specifying branches and tags in the [TracIni#svn-section svn section], it is not clear whether they should be specified in the format that svn:externals are, using a carrot for the root of the repository (e.g. `^/PathA/PathB`) or simply as a path relative to root (e.g. `/PathA/PathB`).  It is also not clear what the separator should be for a list of paths, and whether quoting is necessary for paths containing whitespace.  Some brief examples would be helpful.  I'm trying this out and I'll add some more comments back here after I determine the correct syntax.
     132 * Suggested edits for the [svn] section
     133|| branches || Comma separated list of paths categorized as branches. If a path ends with '*', then all the directory entries found below that path will be included.  Example: `branches = /trunk, /branches/*, /ProjectB/trunk, /ProjectB/branches/milestone3`. ||
     134|| tags || Comma separated list of paths categorized as tags. If a path ends with '*', then all the directory entries found below that path will be included.  Example: `tags = /tags/*, /ProjectB/tags/milestone1, /ProjectB/tags/milestone2`. ||
    133135
    134136----