Feature #2580
Remote git repositories
Status: | Closed | Start date: | 2009-01-25 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | SCM | |||
Target version: | - | |||
Resolution: | Duplicate |
Description
I'm sure this one has been asked before, but I couldn't find anything with search. So, apologies if a duplicate.
I think it would be great if Redmine could handle remote git repositories, at least over HTTP and git protocols. Handling SSH would also be nice, but admittedly harder.
Right now, Redmine puts a lot on the lap of the admin to view remote repositories. A local bare clone has to be made and a cronjob created to pull in changes. I'd posit that this is all work that Redmine could do. I suppose the hardest part would be the scheduler. For smaller projects, on demand pulls may be sufficient. For larger projects, Redmine could ship with a Rails daemon that handles the pulling. Or, at the very least, a crontab line that the admin can run that will call a Rails runner that does all the git repo updating.
I realize all of this is not very difficult to do outside Redmine. I'm just trying to ease the barrier to entry with the product.
Related issues
History
#1
Updated by Jean-Philippe Lang almost 12 years ago
- Tracker changed from Defect to Feature
#2
Updated by Gerrit Kaiser almost 12 years ago
+1
#3
Updated by Jeff Schuil almost 12 years ago
+1
#4
Updated by Robert Navarro almost 12 years ago
Any Update on this?
#5
Updated by Toshi MARUYAMA about 10 years ago
- Category set to SCM
#6
Updated by Tiago Bortoletto Vaz almost 10 years ago
For now I think all we have is http://www.redmine.org/projects/redmine/wiki/howto_keep_in_sync_your_git_repository_for_redmine
#7
Updated by Toshi MARUYAMA almost 10 years ago
- Status changed from New to Closed
- Resolution set to Duplicate
#8
Updated by Jesse Shaffer over 4 years ago
Apparently this was rejected because "it couldn't be done". Well it is doable, as been done here: https://www.redmine.org/plugins/redmine_git_remote
This really should be incorporated into the core. Git is extremely popular, and most often people have their git repos on a separate host, such as GitHub.