views:

96

answers:

4

Does anyone know of commercial server product for managing GIT repos analogous to FogCreek's Kiln?

If any, it would be nice to get some rundown of some most notable features it boasts.

PS - it does not have to be necessarily commercial software ... commercially supported would do just as fine, but it has to be installable server software, not hosted service.

A: 

I don't know of any Commercial or commercially supported products but will these do?

http://gitorious.org/gitorious

http://www.redmine.org/

I've setup Redmine and Gitolite (for Administration) in a corporate environment and have yet to encounter a driving need for Commercial support as the are both well maintained and have an "Active" community.

Marco Ceppi
+1  A: 

GitHub offers GitHub Firewall Install, which allows you to install your own version of GitHub in your company. It has a pretty installer and comes with support, but it comes at a cost.

igorw
+4  A: 

Gitorious, the software that runs Gitorious.Org is Open Source and can be installed on your own server, and I'm pretty sure if you are willing to pay a decent price, someone would be willing to support it. Shortcut AS, for example, the company which hosts Gitorious.Org and was founded by Gitorious's original author and current lead developer Johan Sørensen, offers commercial support and customized installations both public and private.

And GitHub has a commercially supported product called GitHub:FI (Firewall Install).

Jörg W Mittag
+2  A: 

I don't know what does Kiln offer, but there are various tools in various categories:

Code review tool

Equivalent of Rietveld for Subversion, or Mondrian for Perforce.

Git hosting solutions

Like SourceForge, or Google Code, or GitHub.

  • GitHub:FI aka Github Firewall Install, standalone version of GitHub, proprietary (and expensive)
  • Gitorious, in Ruby
  • InDefero, in PHP, meant to be equivalent of Google Code

Git repository management

Includes for example user management, permissions.


See also Interfaces, frontends, and tools page on git wiki

Jakub Narębski
Notice that many of these things can be used together. I use gerrit *extensively*, with cgit for some more detailed views and github for publishing.
Dustin