I\'m really at a loss here. I\'ve read through quite a few examples, and tried all of them. The most basic ones work fine, but anytime I try to move to something a bit more
My config, that is working now:
@gatekeepers = ustimenko
@developers = ustimenko user1 user2
@deployers = puppet
@project = repo1
@project = cakephp
repo @project
RW+ = @gatekeepers
R master develop = @developers
- master develop = @developers
RW+ = @developers
R = @deployers
Hmm i have looked in the documentation. And tried it here.
@anything is for a group of users or other groups. What you try there is not correct. You can't use the "@" operator as variable sign. Documentation of Groups
repo dawebsite
RW+ = @vets
- branch1 = @scrubs
RW+ = @scrubs
R branch1 = @scrubs
R = daemon
option deny-rules = 1
Gitolite permissions