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
Subversion v1.9.3, Apache2 v2.4.18
Our subversion server uses SSL with client certificates. When performing
any action against the repository using the svn client, a prompt appears
asking for the password to the client certificate. (Note: this is not the
user id / password combination).
Expecte
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