Re: [ANNOUNCE] codeBeamer MR - Easy ACL for Git
From: Intland Software <hidden>
Date: 2016-06-15 22:47:44
Petr Baudis wrote:
I think a lot of people wonder now, how does this compare to existing solutions; from your announcement I thought it's something like Gitosis/Gitolite, but in fact it seems more similar to Gitorious or GitHub (if it was publicly available, of course); perhaps it would be
All right, some quick comparisons with codeBeamer Managed Repository (MR). * MR against Gitosis In terms of access control, MR has the concept of "role", and it makes our security model more fine grained. Permissions can be set by role. One user account can have multiple roles. Roles are project-dependent. When you add a group to a project, you can assign multiple roles to the group (which is equivalent with assigning those roles to each group member one by one). On the other hand, MR has a much broader scope than Gitosis. MR helps you to manage your repos, to track your tasks/bugs/issues, to follow commit activities, to browse repos in the web, can be extended using its APIs, etc. (And you don't have to install and maintain Git extensions for this.) * MR against Gitolite Pretty much the same applies here as well. * MR against GitHub & Gitorious Probably the most significant difference is that MR is available as free download, and can run behind your firewall. MR was derived from the source code of our commercial product codeBeamer. CodeBeamer is a full-blown enterprise collaboration solution, thus MR is likely to focus more on the enterprise needs, not on the "social" aspect.