[Kde-scm-interest] Re: Request regarding Git branches

Johannes Sixt j.sixt at viscovery.net
Mon Dec 20 09:57:10 CET 2010


Am 12/20/2010 9:47, schrieb Ben Cooksley:
> This is (part of) the access control that Gitolite, the software
> powering git.kde.org is using.
> 
> C           = Create repository
> RW        = Read, Write (excludes force)
> RWCD   = Read, Write (excludes force), Create (refs), Delete (refs)
> RW+CD = Read, Write (including force), Create (refs), Delete (refs)

RWCD, i.e., granting create and delete permissions, but disallowing forced
write does not make sense: you can still make a forced write by deleting
the ref, then creating the new one.

-- Hannes

-- 
"Atomic objects are neither active nor radioactive." --
Programming Languages -- C++, Final Committee Draft (Doc.N3092)


More information about the Kde-scm-interest mailing list