All is written in manual :), it only takes a bit time to read all, try a lot to make it work.
general description about rules: http://sitaramc.github.com/gitolite/rules.html
Nuances about deny meaning: http://sitaramc.github.com/gitolite/g2/aac.html#deny
Deny - does not forbid read access by default.
Mu config, to give access to all except for mihail (trial group) that have access only to project3:
general description about rules: http://sitaramc.github.com/gitolite/rules.html
Nuances about deny meaning: http://sitaramc.github.com/gitolite/g2/aac.html#deny
Deny - does not forbid read access by default.
Mu config, to give access to all except for mihail (trial group) that have access only to project3:
@trial = mihail
repo project1
- = @trial
RW+ = @all
config gitolite-options.deny-repo = 1
repo project2
- = @trial
RW+ = @all
config gitolite-options.deny-repo = 1
repo project3
RW+ = @all
No comments:
Post a Comment