Tagged Questions

0
votes
7answers
3k views

Implementing a Code Freeze with Subversion

Say I'm working on a project and I know that I've completed a specific class and that it should not be edited again, ever. How can I lock this class so no more commits on it can happen? I've tried ...