| 16 | | |
| 17 | | = SVN Integration = |
| 18 | | |
| 19 | | The [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: |
| 20 | | * ''command'' !#1 |
| 21 | | * ''command'' !#1, !#2 |
| 22 | | * ''command'' !#1, !#2 and !#3 |
| 23 | | * (or arbitrarily long chains joined by strings of commas and ampersands and spaces, or by "and" (with optional space on either side)) |
| 24 | | where ''command'' is one of |
| 25 | | * close, closed, closes, fix, fixed, fixes |
| 26 | | * addresses, re, references, refs, see |
| 27 | | The whole commit message will be added as a comment to the ticket, using WikiFormatting. |