ibugtraqprovider
Is it possible you can use IBugTraqProvider & IBugTraqProvider2 for issue tracker integration?
see:
http://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-dug-bugtracker.html#tsvn-dug-bugtracker-ref
http://tortoisesvn.tigris.org/svn/tortoisesvn/trunk/contrib/issue-tracker-plugins/issue-tracker-plugins.txt
Current AnkhSVN versions have support for our own issuetracker addin api.
The Visual Studio SDK license requires that addins of addins such as AnkhSVN are proper addins of Visual Studio themselves (E.g. sub-addins have to accept the Visual Studio SDK license).
A sample implementation to use as the basis of your own addin is in the works.
1 comment
-
gbjbaanb
commented
that's fine, if MS requires you to get the user to install the addin, then users who want the functionality will download and install separately, no problem (except to detect that the bugtraq addin is loaded and use it of course) (though its rich of MS, they install their addins to firefox without permission!).
Please don't invent your own API when the bugtraq one works and integrates with Tortoise so well.