0

We have been using gforge server for cvs/svn. Now we are moving to git. Can you suggest a server for git, which can replace gforge. My server-machine is red-hat, so installing Gitorious is not straightforward. We don't want github.

Thanks in advance.

CharlesB
  • 86,532
  • 28
  • 194
  • 218
user984260
  • 3,401
  • 5
  • 25
  • 38
  • There are many servers that have git. Github is the most wonderful. If you don't tell us what restriction you have that makes you not want Github, how do we know which one to recommend? – Shahbaz Jun 21 '12 at 13:49
  • 1
    We don't want to pay for private repo on github – user984260 Jun 21 '12 at 13:58

2 Answers2

3

Gitolite is the standard for in-house serving git repositories, but it doesn't replace GForge; however the latter has a git plugin for connection with your git repos.

To have GForge features an alternative is Redmine or ChiliProject.

CharlesB
  • 86,532
  • 28
  • 194
  • 218
1

GForge supports Git out of the box. No need to change anything at all, though, you'll probably want to upgrade to 6.x.

--Tony

Tony Bibbs
  • 11
  • 1