trac and svn (tortoise) - "Issue Tracker Plugin" - ( yes, yet another svn and trac question) - Stack Overflow most recent 30 from stackoverflow.com 2009-12-23T03:55:02Z http://stackoverflow.com/feeds/question/192502 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/192502/trac-and-svn-tortoise-issue-tracker-plugin-yes-yet-another-svn-and-tra 2 trac and svn (tortoise) - "Issue Tracker Plugin" - ( yes, yet another svn and trac question) tim 2008-10-10T18:11:17Z 2009-05-15T21:01:25Z <p>I would like to be able to "get information from the issue tracker" as described in the section "Getting Information from the Issue Tracker" at: <a href="http://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-dug-bugtracker.html" rel="nofollow">http://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-dug-bugtracker.html</a> (display a dlg box to the user when they start a commit action in svn so they can choose form a list of issues assigned to them)</p> <p>I have tried finding information about a COM plugin for tortoisesvn, but have been unsuccessful in actually finding one. There are many links to pages, etc stating what is possible, but I do not want to write one and am hoping one exists. </p> <p>Can anyone shed some light on this or point me to a plugin for my client?</p> <p>thanks </p> http://stackoverflow.com/questions/192502/trac-and-svn-tortoise-issue-tracker-plugin-yes-yet-another-svn-and-tra/194193#194193 4 Answer by Roger Lipscombe for trac and svn (tortoise) - "Issue Tracker Plugin" - ( yes, yet another svn and trac question) Roger Lipscombe 2008-10-11T15:20:51Z 2008-10-11T15:20:51Z <p>There are example implementations of IBugTraqProvider in the contrib/ directory of the TSVN source. One's in ATL; it runs an EXE, passing (among other things) a temporary filename for the provider to write a commit message to. That EXE should talk to your issue tracker.</p> <p>The other's in C#; it displays some mocked up data, but could be extended as required.</p> <p>There are a couple of others: <a href="http://code.google.com/p/gurtle/" rel="nofollow">Gurtle</a> talks to Google Code; there's one for Trac <a href="http://tracexplorer.devjavu.com/" rel="nofollow">here</a>.</p> http://stackoverflow.com/questions/192502/trac-and-svn-tortoise-issue-tracker-plugin-yes-yet-another-svn-and-tra/195091#195091 -1 Answer by Tim for trac and svn (tortoise) - "Issue Tracker Plugin" - ( yes, yet another svn and trac question) Tim 2008-10-12T04:20:21Z 2009-05-15T20:09:04Z <p>Thanks. I don't have time right now to look at it but I think that is what I was hoping for. </p> <p>EDIT</p> <p>I did try that tool out, and it worked fairly well.</p>