Community
Participate
Working Groups
When using the "Show history" action, the Histroy view does not implement linking to the bug tracking system as specified here: http://tortoisesvn.net/issuetracker_integration or in more detail here: http://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-dug-bugtracker.html Steps to reproduce: 1.) Set bugtraq:logregex= "[Bb]ugs?:?(\\s*(,|and)?\\s*#\\d+)+\n(\\d+)" (Java String) and bugtraq:url on "trunk" 2.) Commit using a message "Fix bugs #1, #2 and #3" 3.) Open the history dialog, select the message used in Step 2. Expected Result: "1", "2" and "3" in the message are hyperlinks to the bug tracking system. Current Result: Message is displayed, no links are present. I will add a patch (and JUnit test) to implement the expected behaviour.
Created attachment 109602 [details] Patch to implement correct behaviour for bugtraq:logregex This patch is against org.eclipse.team.svn.ui rev 20339. It includes (a green) JUnit test for the new functionality.
Thank you for your contribution. Fix will be included into 0.7.3 service release. Changed sources will be committed into the repository after the bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=243737 is closed.