ericpaulbishop / redmine_git_hosting

A ChiliProject/Redmine plugin which makes configuring your own git hosting easy.
185 stars 37 forks source link

[gitolite.conf] Write and rewind permissions (W+) are being lost everytime a git push occurs #167

Closed ruigoncalves closed 12 years ago

ruigoncalves commented 12 years ago

Hi there!

At my company, we are adopting Redmine as the support tool for our software projects management. Since we were using git for SCM, I've installed and configured the Redmine git hosting plugin and gitolite, since its a plugin requirement.

In the plugin configuration, I selected to automatically create a new repo everytime a new project is created and it seems to work just fine. After the project creation, I configure the users who should have access to the repo and the desired permissions for them through the gitolite.conf file.

However, a weird problem is occurring: everytime a push some commits into the remote repo, the W+ permissions are lost., being my user only able to read access to the repo.

Some useful information (I hope) about my system configuration:

Thanks in advance for the help, Best regards!