Connect Issue list to TortoiseSVN
Added by lonapol lalfeurs about 16 years ago
Hi,
do you know if it's possible to connect TortoiseSVN issue list to the issue list of RedMine, like Mylyn (http://www.redmine.org/wiki/redmine/HowTo_Mylyn).
I found some ressource about the integration of bug tracker with TortoiseSVN :
http://tortoisesvn.net/docs/release/TortoiseSVN_fr/tsvn-dug-bugtracker.html#tsvn-dug-bugtracker-ref
http://tortoisesvn.net/docs/release/TortoiseSVN_fr/tsvn-dug-settings.html#tsvn-dug-settings-hooks
but nothing for Redmine.
Does anyone have some idea or proposition ?
Thanks
Replies (6)
RE: Connect Issue list to TortoiseSVN - Added by Simone Carletti about 16 years ago
http://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-dug-bugtracker.html
You need to set a bugtraq: SVN property to each folder you want to integrate with Redmine.
bugtraq:url http://your/redmine/issues/show/%BUGID%
You don't need to change other configurations, such as bugtraq:logregex, unless you don't use uncommon syntaxes.
RE: Connect Issue list to TortoiseSVN - Added by Mischa The Evil about 16 years ago
Simone Carletti wrote:
http://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-dug-bugtracker.html
You need to set a bugtraq: SVN property to each folder you want to integrate with Redmine.bugtraq:url http://your/redmine/issues/show/%BUGID%
This (above quoted) describes the opposite way of connecting the two seperate processes. This describes the thingy the poster is asking about, I guessed.
This is about the TortoiseSVN commit dialog containing a Windows COM interface which provides the ability to select "related" (open?) issues from a list within the TortoiseSVN commit dialog which is pulled from Redmine using the Windows COM interface.
That way around requires a plugin for Tortoise specifically coded for Redmine which should provide a way to handle the connection between Redmine and the Windows COM interface. Such a plugin doesn't exist (yet)...
HTH...;-)
RE: Connect Issue list to TortoiseSVN - Added by Simone Carletti about 16 years ago
Hey Mischa The Evil,
you're right. Reading the original request again, I've just realized the request was loading data from readmine, not linking to redmine. :)
RE: Connect Issue list to TortoiseSVN - Added by William Knak almost 16 years ago
Google has an opensource C# plugin for integration with Tortoise and its Issue tracker, named GURTLE:
http://code.google.com/p/gurtle/
Maybe we can do some modifications to integrate with Redmine?
Some text for easy search later:
"With release 1.5, TortoiseSVN introduced the possibility for anyone to author a COM-based plug-in that enables a user to query a project's issue tracking system during a commit. Gurtle is such a plug-in and enables the user to consult issues of a project hosted by Google Code from within the TortoiseSVN Commit dialog box. The screenshot below shows how the issue dialog box looks like in Gurtle for the project hosting support project."
RE: Connect Issue list to TortoiseSVN - Added by Bertrand Larat over 15 years ago
like that ?
http://www.redmine.org/boards/3/topics/5420
RE: Connect Issue list to TortoiseSVN - Added by Mischa The Evil over 15 years ago
Bertrand Larat wrote:
like that ?
http://www.redmine.org/boards/3/topics/5420
That's exactly what I was talking about in message 2297 of this topic :)