Plugins Directory » Add Subversion Links
Author: | Masamitsu Murase | |
---|---|---|
Website: | http://masamitsu-murase.blogspot.jp/ | |
Code repository: | https://github.com/masamitsu-murase/redmine_add_subversion_links | |
Registered on: | 2011-12-04 (almost 13 years ago) | |
Current version: | 0.7.0 | |
Compatible with: | Redmine 4.2.x, 4.1.x, 4.0.x | |
User ratings: |
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!
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 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 Redmine in public network, please be careful about access right management of Subversion repository.
License¶
You can use this plugin under the GPLv3.
Contact¶
If you find some bugs or you have some requests, please let me know in my GitHub page .
Installation notes
Server-side settings¶
- Put this plugin in
plugins/redmine_add_subversion_links
.
The directory must beredmine_add_subversion_links
.
If you use Redmine 1.x.x or older, put this plugin invendor/plugins/redmine_add_subversion_links
. - Restart Redmine.
Migration is not needed. This plugin does not taint DB.
Client-side settings (optional)¶
If you use "Open TortoiseSVN",- download the add-on, Open TortoiseSVN for Firefox or Open TortoiseSVN for Google Chrome
- open Settings window, set path of TortoiseProc.exe and then add targeted Subversion repository URLs to Subversion repository list.
Changelog
0.7.0 (2021-05-01)
Compatible with Redmine 4.2.x, 4.1.x, 4.0.x.
Support Redmine 4.0 and later.
0.6.0 (2019-08-17)
Compatible with Redmine 3.4.x.
Support static_root_path_for_svn_link.
0.5.0 (2019-08-17)
Compatible with Redmine 3.4.x.
- Support 3.4.x.
- Remove deprecated methods.
0.4.0 (2019-08-15)
Compatible with Redmine 3.4.x.
Support 3.4.x
0.3.0 (2013-08-04)
Compatible with Redmine 2.3.x, 2.2.x, 2.1.x.
Support 2.3.x.
Support "source:" tag in Wiki.
Change link URL. If '/trunk/dir/test1.txt' and '/trunk/dir/test2.txt' are changed, link URL is set to '/trunk/dir'.
0.2.0 (2012-11-19)
Compatible with Redmine 2.3.x, 2.2.x, 2.1.x.
Support Redmine 2.1.3.
- Use jQuery library instead of prototype.js.
Please use older version if you use Redmine 2.0.x or older.
0.1.0 (2012-06-02)
Compatible with Redmine 2.0.x.
Support Redmine 2.0.1.
Please use older version if you use Redmine 1.4.2 or older.
0.0.5 (2012-05-30)
Compatible with Redmine 1.4.x.
Support Redmine 1.4.2.
Please use 0.0.4 if you use Redmine 1.2.X or 1.3.X.
I'm sorry for late release and I'll release a new version for Redmine 2.0.X later.
0.0.4 (2011-12-27)
Compatible with Redmine 1.2.x, 1.3.x.
New Features:- Add "peg revision" parameter to the links to Subversion repository.
- Add links to repository page in Redmine.
I have not tested on Redmine 1.1.x yet.
0.0.2 (2011-12-11)
Compatible with Redmine 1.1.x, 1.2.x, 1.3.x.
Solve the following issue:
- Conflict with some plugins, such as code review plugin.
Special thanks to Ivan Cenov!
0.0.1 (2011-12-04)
Compatible with Redmine 1.1.x, 1.2.x.