14
Subversion Permissions using commit-access-control.pl pre-commit hook
Posted in Java & Eclipse, Work on April 14th, 2008 by NicolasSubversion does not allow fine grained permission management natively through svnserve. For example, it is not possible to disable read/write access to a certain SVN directory for a given user.
However, you generally don’t want all your users to be able to write changes anywhere else than the branch they’re working on until they finish their work and prove that they’re able to “not screw everything up” ;)
This can be achieved by using pre-commit hooks in subversion that will make transactions fail in directory where users don’t have permissions.