koppen / redmine_github_hook

Allow your Redmine installation to be notified when changes have been pushed to a Github repository.
http://mentalized.net/journal/2009/08/03/redmine_plugin_github_hook/
MIT License
478 stars 114 forks source link

Clone github repository to local automaticly now. #12

Closed snowyu closed 11 years ago

snowyu commented 13 years ago

Config your local git repositories path in the plugin configuration(/settings/plugin/redmine_github_hook), pls ensure this path can be writable via redmine. And adding a Git repository to a project (note, this should work whether you want to use Redmine Github Hook or not). Just directly type "git://github.com/xxx.git", that’s all.

jdlx commented 12 years ago

Excellent patch to the original plugin! (except missing translations.. no big deal) works like a charm.. does what i expected the original to do..

thx, jc

jfriar commented 11 years ago

Is this merge request being considered (or is similar functionality planned)?

koppen commented 11 years ago

While extended support for Github repositories in Redmine is a great thing, it is out of the scope of this plugin. The purpose of Redmine Github Hook is to receive webhook requests from Github and update the relevant repositories. Not showing an SCM URL anywhere. Not extending Redmines repository handling.

Those features are independent of Redmine Github Hook - neither require each other and each provide value on their own. They should be either plugins on their own, or - especially in the case of the automatic cloning - could be part of Redmine proper.