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

Clarifications using Subversion

2016-04-11 Thread Vijay Peddamallu
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