Open saric opened 12 years ago
At the moment, this is done that way because every project can have a different set of people in it. The only thing I could think of would be to define groups of people to match groups within redmine and use that in the gitolite.conf file. However -- even if you add a redmine group to the ACL of an individual user, you can still alter their permissions individually, so I'm not sure that groups would help much.
Gitolite allows you to define groups of users. I didn't notice that config file gitolite.conf generated by redmine_git_hosting plugin contains groups defined in Redmine. There is only reference to special @all group, used for public repos, available to all users. ACLs in generated gitolite.conf contains expanded list of group members, instead of reference to corresponding groups.