Re: Clarifications using Subversion

2016-04-12 Thread Eric Johnson
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

Re: Clarifications using Subversion

2016-04-12 Thread Andreas Stieger
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