We have certain directories in svn that should not be touched after a release. While I can put svn:needs-lock on each file in the directory, I would like to prevent adds and deletes as well as modifications.
Is there any way to do this?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Another possibility is through a pre-commit hook script: verify that the commit does not contain any folders that are not to be touched, and if they do, fail