8

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.

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.

random
  • 9,774
  • 10
  • 66
  • 83
Roland Tepp
  • 8,301
  • 11
  • 55
  • 73

6 Answers6

5

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
  • 363,080
  • 75
  • 446
  • 653
3

GitHub offers GitHub Enterprise, 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.

Roman
  • 19,581
  • 6
  • 68
  • 84
igorw
  • 27,759
  • 5
  • 78
  • 90
3

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
  • 309,089
  • 65
  • 217
  • 230
  • 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 Jul 22 '10 at 06:00
2

There is also Atlassian Stash.

It feastures web based management of public and private repositories, repository cloning/forking, pull requests and source navigation/diff tool.

It also has support for programmable pre- and post receive hooks to your repository and REST API, so you can go crazy customizing your development environment.

There's a healthy ecosystem of add-ons that can connect your Stash repo to your JIRA, import SVN repositories, add "Sites" for your repository, perform push validation, etc.

Roland Tepp
  • 8,301
  • 11
  • 55
  • 73
1

For git, what about http://www.clearvision-cm.com ? It looks like you are looking for

Michel Samia
  • 4,273
  • 2
  • 24
  • 24
0

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
  • 7,163
  • 5
  • 31
  • 43