TortoiseSVN
A Subversion client for Windows. Implemented as a shell extension, i.e. integrates itself into the Windows explorer so you have all commands at a mouseclick (Explorer context menu). Runs on Windows Vista or higher and is available in both 32-bit and 64-bit flavours.
TortoiseSVN and Trac Integration
TortoiseSVN 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.
Bugtraq Properties
For integration with Trac, the following properties work well:
- bugtraq:warnifnoissue
true
- bugtraq:url
http://your.trac.server/ticket/%BUGID%
- bugtraq:logregex
(([Cc]lose[sd]?|[Ff]ix(e?[ds])?|[Rr]e(fs)?|[Rr]e(ferences)?|[Aa]ddresses|[Ss]ee|[Uu]pdat(e?[sd]?)|[Rr]esolv(e?[sd]?)|[Mm]ention(e?[sd]?))(\s))?(#|[Tt]icket[s]?(:[\s]?|\s)[#]?|[Ii]ssue[s]?(:[\s]?|\s)[#]?)(\d+)(((,[\s]?)|(\s&\s)|(\sand\s))(#|[Tt]icket[s]?[:\s]?[#]?|[Ii]ssue[s]?[:\s]?[#\s]?)?(\d+))* [#]?(\d+)
See Integration with Bug Tracking Systems / Issue Trackers
Webviewer Properties
webviewer:pathrevision | http://your.trac.server/browser/%PATH%?rev=%REVISION% |
webviewer:revision | http://your.trac.server/changeset/%REVISION% |
See Integration with Web-based Repository Viewers.
Bugtraq Client
TortoiseSVN has an interface for issue tracker integration. TracExplorer provides integration of TortoiseSVN with Trac, and also integrates Visual Studio with Trac. With this add-in you can select Trac tickets directly from the commit-dialog.