Edgewall Software

Version 8 (modified by linne@…, 16 years ago) ( diff )

Added bugtraq-provider link

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 NT4, Win2k, XP, 2003, Win98, WinMe.

See http://tortoisesvn.tigris.org/

TortoiseSVN + 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.

See: http://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-dug-bugtracker.html

For integration with Trac, the following properties work well:

bugtraq:url http://trac.edgewall.org/ticket/%BUGID%
bugtraq:logregex (?:ticket: *|#)(\d+) *(?:, *(\d+))*
bugtraq:label Ticket

You 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.

Bugtraq-Provider

There is also a bugtraq-provider for TortoiseSVN, which supports Trac. With this you can select Trac tickets directly from the commit-dialog. The tool is called TracExplorer (http://tracexplorer.devjavu.com), which also supports an Visual Studio integration. See also ticket: 7597.

Note: See TracWiki for help on using the wiki.