Changes between Version 4 and Version 5 of WikiStart


Ignore:
Timestamp:
Jun 23, 2006, 3:17:17 AM (18 years ago)
Author:
Philip Taylor
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v4 v5  
    66
    77[http://trac.0ad.homeip.net/report/3 Open tasks and defects]
     8
     9= SVN Integration =
     10
     11The [http://projects.edgewall.com/trac/browser/trunk/contrib/trac-post-commit-hook trac-post-commit-hook] script allows Trac tickets to be modified by SVN commit messages, using the following formats:
     12 * ''command'' !#1
     13 * ''command'' !#1, !#2
     14 * ''command'' !#1, !#2 and !#3
     15   * (or arbitrarily long chains joined by strings of commas and ampersands and spaces, or by "and" (with optional space on either side))
     16where ''command'' is one of
     17 * close, closed, closes, fix, fixed, fixes
     18 * addresses, re, references, refs, see
     19The whole commit message will be added as a comment to the ticket, using WikiFormatting.