Possible Duplicate:
How to lock SVN trunk except for merges from branch?
I'd like to configure SVN for our development team to enforce:
1) All developers must work on a branch until they are happy to commit a changeset to the trunk 2) To prevent developers working directly on the trunk I'd like to disallow direct commits to the trunk unless it's carried out through a merge?
Is this possible?