Skip to content

masamitsu-murase/redmine_add_subversion_links

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redmine Add Subversion Links plugin

Overview

This plugin adds links to the original Subversion repository in the following pages.

  • Wiki pages
    Redmine automatically converts revision number, such as “r1234”, to the link to the Redmine’s repository page.
    This plugin adds external links to the original Subversion repository.
  • Log/Repository pages
    This plugin also adds external links to the original Subversion repository in Redmine repository log pages.

This plugin is more useful when you use it with Open TortoiseSVN add-on for Firefox and Google Chrome.
You can open TortoiseSVN log viewer of the targeted revision easily!

Download

You can download the latest version in Redmine plugin page .

Use this plugin with Open TortoiseSVN

If client users use Open TortoiseSVN for Firefox or Open TortoiseSVN for Google Chrome, they can open TortoiseSVN log viewer of the specific revision very easily.

This server-side plugin and client-side “Open TortoiseSVN” add-on enables you to review and check source code easily!

Screen shots

This plugin adds links to the subversion repository automatically as follows:

  • in Associated revisions
  • in Repository page
  • in Wiki

If you use “Open TortoiseSVN” add-on for Firefox or Google Chrome, TortoiseSVN log viewer is opened automatically when you click the link.
Only the specific log is shown as follows.
In this case, only revision 3 is shown.

Note

This plugin shows users raw URLs of Subversion repository, so if you use it in public network, please be careful about access rights management of Subversion repository.

License

You can use this plugin under the GPLv3 .

Installation notes

Server-side settings

  1. Put this plugin in plugins/redmine_add_subversion_links.
    The directory name must be redmine_add_subversion_links.
    If you use Redmine 1.×.x, put this plugin in vendor/plugins/redmine_add_subversion_links.
  2. Restart Redmine.
    Migration is not needed because this plugin does not taint DB.

Client-side settings (optional)

If you use “Open TortoiseSVN”, please set up as follows.

  1. Install TortoiseSVN.
  2. Download the add-on, Open TortoiseSVN for Firefox or Open TortoiseSVN for Google Chrome, and then install it to your browser.
  3. Open settings window and set path of TortoiseProc.exe, and then add targeted Subversion repository URLs to Subversion repository list in settings window.

Donation

If you would like to say thanks, please feel free to click “Sponsor” button at the top of this page to make a donation :-)

About

Add links to open TortoiseSVN automatically.

Resources

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published