Project

General

Profile

Actions

PluginScmExtensions » History » Revision 2

« Previous | Revision 2/5 (diff) | Next »
Arnaud Martel, 2010-08-02 19:58


Introduction

Main features of the plugin:
  • Add 3 actions in repository views: "upload files", "new folder" and "delete file/folder". Right now, only subversion is supported...
  • Add a new macro scm_show to include repository inside a wiki page

Development was done using REDMINE trunk r3826 (=> 0.9.5 +) but any release after 0.9 should work

About subversion support:
To commit changes in Subversion, the plugin opens the repository with the file protocol. For this reason, you need the following:
  • The repositories have to be installed on the REDMINE server.
  • Plugin will replace the beginning of your repository location ([protocol]://[server]/" with "file:///svnroot/". You may need to create a symbolic link /svnroot for this to work...

Setup

1. Install plugin into vendor/plugins

Install redmine_scm_extensions with:

No DB migration is required...

2. Restart your web server

3. Configure REDMINE with your web browser

If everything is OK, you should see "SCM extensions" in the plugin list (Administration -> Plugins)

A new permission is now available (SCM extensions -> Update repository) and you have to assign it to the roles you need

Updated by Arnaud Martel over 13 years ago · 2 revisions