While the other response gives you the clues to (mostly) enforce what
you want, I strongly encourage you to consider how to avoid using
tooling to solve what is probably really a management problem.
The more you customize your hooks, the more difficult it might be to
move your Subversion insta
Hi,
Vijay Peddamallu wrote:
> can restrict “svn delete” command to limited set of users?
Pre-commit hook that examines the pending transactions and rejects accordingly.
http://svnbook.red-bean.com/en/1.7/svn.ref.reposhooks.pre-commit.html
> If I lock source code on my name, can we apply a restr
Dear All,
We are working on enhancing our repository and put some controls hence. In this
regard, seek clarifications on the following. Please note that we are on
Subversion v 1.7 as I write.
1. Is there any way that we can restrict "svn delete" command to limited
set of users? While we u