Project

General

Profile

TortoiseSVN plugin to visualise the issue list in Commit windows

Added by Bertrand Larat almost 15 years ago

This is a short sample of an Issue tracker plugin for TortoiseSvn (1.5.3 and up) to Redmine. (http://tortoisesvn.net/downloads)

Plugin language is C#
Source project is for VS2005)

The config is useful :
Tortoise Settings -> Issue tracker integration -> Add
"Working copy path" is the SVN referential in relation with Redmine issue list
"Provider" is the my TortoisePlugin
"Parameters" is the adress of the Atom Feed of the issue list

When you commit, a new button allow you to open a window with the list of issue (see images).

I made this plugin a long time ago, i hope it can help some people as he help me.
Excuse me if you find some bugs.

Bertrand

Config.png (178 KB) Config.png Sample of config
Exemple.png (171 KB) Exemple.png Exemple of use
SetupPlugInTortoiseRedmine.msi (377 KB) SetupPlugInTortoiseRedmine.msi Install (MSI file)
PlugInTortoise.zip (122 KB) PlugInTortoise.zip Sources

Replies (68)

RE: TortoiseSVN plugin to visualise the issue list in Commit windows - Added by Joshua Stein over 14 years ago

A new version has been uploaded.

The new version can be downloaded here: http://code.google.com/p/redmine-projects/downloads/list

See http://code.google.com/p/redmine-projects/ for project details and release notes.

RE: TortoiseSVN plugin to visualise the issue list in Commit windows - Added by Hubert SARRET about 14 years ago

Hi,
I am using windows 7 and plugin dont seem to work for me
When i click Add in TortoiseSVN it says "There are no issue-tracker providers available."
Any idea of what went wrong ?
Thanks
Hubert

RE: TortoiseSVN plugin to visualise the issue list in Commit windows - Added by Chris McKee about 14 years ago

The current plugin is 32bit (For TortoiseSVN x86) which you can install in windows x64; but the explorer integration doesnt appear to work (TSVN's that is) in Win 7 x64 if you dont use the x64 version.

I'm still poking the code to make it work with TortoiseSVN x64 (which is what you need).

Ta

RE: TortoiseSVN plugin to visualise the issue list in Commit windows - Added by Chris McKee about 14 years ago

The TortoiseSVN x64 version is now in QA for testing and should be out in the next couple of days; if anyone wishes to help verify that it works properly on Win Vista/7 64 let me know via email [pcdevils #at# gmail.com]

Also people who previously offered to translate the interface could you please email the same address as google hides your email address in the project so we've been unable to contact you.

Many Thanks

Chris

RE: TortoiseSVN plugin to visualise the issue list in Commit windows - Added by Gennadii Omelchenko about 14 years ago

Thomas Pihl wrote:

You need to click on "Show all issues" (predefined filter) to remove the "&query=" part before you copy the atom-link. If you do this you will only grab open issues.

The other way to do it is to create a filter AND SAVE IT. That way you will have something behind the equal-sign that will direct redmine to actually find some issues.

/T

Hi!

I've gone this way. But...
Plugin dislpays ALL issues of project without dependence from setted filters (I've realy applied each of them and copy new link). How can I got a subset of issues defined by filter? (for example, only issues assigned for me)

Thanks

RE: TortoiseSVN plugin to visualise the issue list in Commit windows - Added by Joshua Stein about 14 years ago

The 64bit version of the plugin has been posted. You can find the 32bit and 64bit installers available for download here:

http://code.google.com/p/redmine-projects/downloads/list

RE: TortoiseSVN plugin to visualise the issue list in Commit windows - Added by James Holle almost 14 years ago

Is there any way to work around the limitation of the atom feed only showing the last 15 issues?

RE: TortoiseSVN plugin to visualise the issue list in Commit windows - Added by James Holle almost 14 years ago

James Holle wrote:

Is there any way to work around the limitation of the atom feed only showing the last 15 issues?

Sorry. I forgot there was a issue Feed Size option in the main Redmine settings.
Great plugin by the way!

RE: TortoiseSVN plugin to visualise the issue list in Commit windows - Added by Joshua Stein over 13 years ago

The plugin has just been updated to now support TortoiseHg which means it now supports TortoiseSVN, TortoiseGit, and TortoiseHg it also has some new features and better support for different versions of windows.

Get the latest version from http://code.google.com/p/redmine-projects.

RE: TortoiseSVN plugin to visualise the issue list in Commit windows - Added by zy f over 13 years ago

i use the latest version TortoiseRedminePlugin_32bit_1.1.0.8.msi,but meet a problem:
the Redmine issues could only display 15 issues, the orthers can not display?
why? did i do the wrong operation or it ia a bug of TortoiseRedminePlugin?

RE: TortoiseSVN plugin to visualise the issue list in Commit windows - Added by Marco Gutsche over 13 years ago

I've tried to test it with my redmine but I had the problem that my redmine needs a SSL certificate. It is possible to add a SSL certificate to your plugin?
Thank a lot.

Regards
Marco

RE: TortoiseSVN plugin to visualise the issue list in Commit windows - Added by Vladimir Dzalbo over 13 years ago

change the value in Administration -> Setting -> General -> Feed content limit

zy f wrote:

i use the latest version TortoiseRedminePlugin_32bit_1.1.0.8.msi,but meet a problem:
the Redmine issues could only display 15 issues, the orthers can not display?
why? did i do the wrong operation or it ia a bug of TortoiseRedminePlugin?

RE: TortoiseSVN plugin to visualise the issue list in Commit windows - Added by Joshua Stein over 13 years ago

As Vladimir pointed out the feed limit is a Redmine setting not an issue with the plugin. See http://code.google.com/p/redmine-projects/wiki/AtomFeedLimit for more information.

The SSL Certificate issues has been recored at http://code.google.com/p/redmine-projects/issues/detail?id=61.

Please record bugs and enhancement requests under the project at http://code.google.com/p/redmine-projects/issues/list and not in the forum.

RE: TortoiseSVN plugin to visualise the issue list in Commit windows - Added by Yoann -- about 13 years ago

Is it possible to retrieve the comment (notes) given in Tortoise into Redmine?

Actually, I don't really understand the utility of this tool.

RE: TortoiseSVN plugin to visualise the issue list in Commit windows - Added by Joshua Stein about 13 years ago

This tool provides a way to display a list of Redmine issues within Tortoise.

Additionally it allows you to select Redmine issues and add their issue number to your commit message. This means that your commit will be linked to the issue in Redmine, so all commits will show up as links under the corresponding Redmine issue.

With some addition configuration this will also work the other way where your redmine issues will appear as links in Tortoise too.

(51-68/68)