Edgewall Software

Changes between Version 4 and Version 5 of TortoiseSvn


Ignore:
Timestamp:
Sep 2, 2008, 11:21:05 PM (16 years ago)
Author:
james@…
Comment:

Added instructions for integration with TortoiseSVN

Legend:

Unmodified
Added
Removed
Modified
  • TortoiseSvn

    v4 v5  
    33
    44See http://tortoisesvn.tigris.org/
     5
     6
     7== TortoiseSVN + Trac Integration ==
     8
     9TortoiseSVN supports integration with various issue tracking systems via some properties added to the top-level checkout.  This integration adds a separate column for ticket numbers and activates clickable links to tickets in the TSVN log dialog.
     10
     11See: http://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-dug-bugtracker.html
     12
     13For integration with Trac, the following properties work well:
     14
     15|| bugtraq:url || !http://trac.edgewall.org/ticket/%BUGID% ||
     16|| bugtraq:logregex || {{{(?:ticket: *|#)(\d+) *(?:, *(\d+))*}}} ||
     17|| bugtraq:label || Ticket ||
     18
     19You should change the url property to the url for your Trac installation.  The label property is optional, and just changes the text label for issue numbers.