This AnkhSVN extension provides issue tracking integration with Gemini v4. Also keep in mind that this is still an beta version. Basic feature it to allow you to open issues from SVN comments. Issues have to be entered as GEM:1234 and it will be opened in default web browser. Also while viewing subversion it allows selecting work items directly within Visual Studio that we wish to include in our commit message. You can also enhance commit messages with text in format "GEM:ISSUEID ISSUESUMMARY". If you wish to insert issue summary in text you can use <issue> tag, which will be replaced with issue summary. If you select more issues then you have tags they are per-pended to the message. Tags are replaced in order they are in issue list. Also if you have GEM:ISSUEID in comment, issue with that id is not added to message. Besides prep-ending data in commit message it is possible to add comment to Gemini issue. Part of commit message between tags <gemini> and </gemini> is used to create commit message. Also you can use predefined template message for adding comment, in case you define both text between tags is used. Also you can change status and resolution of work items, which will be applied in Gemini when you commit changes. Here is a sample: You select some items in Gemini issue list: For commit message I enter this: This tag is where first <issue> summary will appear. When I add GEM:99 in text, that issue will not be added even if it is selected. <gemini>This is the comment I wish to add to each selected Gemini issue. And to forget this is committed in SVN rev <rev></gemini> Btw. part between Gemini tags will not be in svn message. In SVN you will get following message: GEM:70 Campaign Approvals: Allow Majority Approvals This tag is where first GEM:97 LinkedIn Answers Feed Performance summary will appear When I add GEM:99 in text that issue will not be added even if it is selected. Btw. part between Gemini tags will not be in svn message. And in Gemini, for each selected issue you will have following comment: Also in Gemini status and resolution will be updated. Also if you right click on issue number, in commit message or in history messages, you will have option to op en issue in default web browser. ChangesVersion 1.1 - Fixed issue of not being able to use check-box - Added option to open Gemini issues in internal Visual Studio browser - Changed extension name Version 1.0 - Initial release |