Edgewall Software

Changes between Version 13 and Version 14 of TortoiseSvn


Ignore:
Timestamp:
Mar 6, 2010, 8:43:13 AM (14 years ago)
Author:
Ryan Ollos <ryano@…>
Comment:

Adding a logregex that should satisfy all valid syntaxes for the trac-post-commit-hook: /browser/branches/0.11-stable/contrib/trac-post-commit-hook?rev=8394

Legend:

Unmodified
Added
Removed
Modified
  • TortoiseSvn

    v13 v14  
    1212
    1313For integration with Trac, the following properties work well:
    14 
    15 || bugtraq:url || !http://your.trac.server/ticket/%BUGID% ||
    16 || bugtraq:logregex || {{{(?:ticket: *|#)(\d+) *(?:, *(\d+))*}}} ||
    17 || bugtraq:label || Ticket ||
     14* bugtraq:warnifnoissue
     15   {{{true}}}
     16* bugtraq:url
     17   {{{http://your.trac.server/ticket/%BUGID%}}}
     18* bugtraq:logregex
     19   {{{
     20([Cc]lose[sd]?|[Ff]ix(e?[ds])?|[Rr]e(fs)?|[Rr]e(ferences)?|[Aa]ddresses|[Ss]ee)\s(#|ticket:)(\d+)(((,\s)|(\s&\s)|(\sand\s))(#|ticket:)(\d+))*
     21(\d+)
     22   }}}
    1823
    1924See [http://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-dug-bugtracker.html Integration with Bug Tracking Systems / Issue Trackers]