On 05/15/2015 01:36 PM, Marc Chantreux wrote:
> hello,
>
> we use gitolite+cweb at work and some people argue gitlab would be nicer
> because of the web interface ... well ... i have to admit their
> interface is sexy but the most important point is ACL: is there a web
> interface to git that honor the read/write ACLs of gitolite?
Not as far as I know. It's not easy to get the full power of a text
file into a GUI frame of any kind; it'll always end up being dumbed
down. Text files have sequence and structure, which we understand
intuitively; GUIs don't, and when you force them to, it looks... well,
it looks forced :)
The simple stuff is easy, but I don't think gitlab has proper branch
level permissions even today. I tried to search the docs just now, but
found only something called "protected" branches, which is not granular
enough even for my needs in 2009 when I first wrote gitolite. YNMV.
Gitolite has *lots* of features that are just impossible to GUI-fy.
However, they appear to have all the social coding stuff (code reviews,
comments, issues/tracking, and so on), which I am told is pretty useful.
I wouldn't know; I once changed the topic of #gitolite to
Social Coding. Without the 'social'.
;-)
PS: were you on IRC just now? Someone asked the exact same thing...