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) _______________________________________________ Kde-scm-interest mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-scm-interest
