Can I control who can commit the projects? I Need to introduce a rule that only one person can commit one specific project at the same time. And the person who want to make changes he only can when he Update the project, that was previously committed.
As in the following example:
- User 1 working on the project
- User 2 attempts to commit, but access is denied because User 1 is working on it.
- User 1 commits the project.
- User 2 tries to commit to the project and is again rejected.
- User 2 does Project Update and then commits your changes successfully.
Regards JR