We are moving to SVN and need to prevent commits to specific directories/modules within the CVS repository. What is the best way of doing this?
I have currently set the filesystem permissions for this directory to read-only and seems to do the job for now - but is there a 'cvs' way of doing this?
Also, can I make a specific branch read-only?