Is there a commercial grade Git server product [closed]
We don’t allow questions seeking recommendations for books, tools, software librar开发者_如何学Goies, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this questionDoes 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.
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).
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.
- Gerrit, used e.g. in Android development
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.
- Gitosis, in Python, requires setuptools
see Hosting Git repositories, The Easy (and Secure) Way - Gitolite, in Perl
see http://wiki.github.com/sitaramc/gitolite/
See also Interfaces, frontends, and tools page on git wiki
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.
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.
For git, what about http://www.clearvision-cm.com ? It looks like you are looking for
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.
精彩评论