Can Redmine also serve/host an SCM repository?
Added by Ringo De Smet over 15 years ago
Hello,
I am fiddling with Redmine as the internal project hosting for our company. It's nice to have an SCM browser, but can Redmine also serve/host my SCM repository? If I set up a project, I would like to select my preferred SCM system, let Redmine initialize it and then let my users checkout/commit to it via the Redmine URL and credentials.
Ringo
Replies (3)
RE: Can Redmine also serve/host an SCM repository? - Added by Eric Davis over 15 years ago
Yes if you are using Subversion (or git on trunk) repositories. See HowTo configure Redmine for advanced Subversion integration.
Eric Davis
RE: Can Redmine also serve/host an SCM repository? - Added by Ringo De Smet over 15 years ago
Hmmm... Unfortunately, we were just migrating away from Subversion. How nice would it be to have similar functionality for Git/Mercurial/Bazaar DCVS systems. I think I will have a look at the sources to see if anything is possible there, unless someone tells me that he is already working on this. :-)
Ringo
RE: Can Redmine also serve/host an SCM repository? - Added by Eric Davis over 15 years ago
It does support git in trunk, though I haven't used it. Someone in IRC mentioned that it would be easy to automate the creation of Mercurial repositories.
Eric Davis