How can I administratively freeze a branch?

2005-07-07 Thread r.pedroche.novillo
Greetings. I have a project which was branched some time ago and now the branch has been merged back to HEAD. No further changes must be made to the old "DEV2" branch, it is officially dead. Is there a way I can prevent developers from mistakenly committing to that branch (appart

RE: How can I administratively freeze a branch?

2005-07-07 Thread r.pedroche.novillo
Why not just cvs rm all the files from it, so they no longer exist at the head of the branch? People would have to accidentally checkout old revisions before they could accidentally commit to it; that's pretty improbable I think. The problem is that files from old branch still exist