Git integration advice
Added by Radek Antoniuk almost 14 years ago
Hi,
I wanted to ask about the current state of the integration of Redmine with Git.
I am currently using SVN repositories but would like to partially move to Git repos, but still with having the same functionality.
Basically I want to be able to:
- browse git repositories with Redmine (this can be easily done as I have read on the forum)
- to control git repo access with Redmine privileges (aka gitolite integration or any other working solution?)
Any advice appreciated.
Thanks.
Replies (1)
RE: Git integration advice - Added by Felix Schäfer almost 14 years ago
warden (warden) wrote:
- browse git repositories with Redmine (this can be easily done as I have read on the forum)
That works quite well.
- to control git repo access with Redmine privileges (aka gitolite integration or any other working solution?)
I have working setups using grack (a git smart http rack server) and the Redmine.pm perl authentication module for apache, which give me git repos on https. I have documented it in the wiki, you should find it in the howtos. This obviously only works if you have apache though.