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 
from deleting it)?

Raúl Pedroche Novillo
BPM TOM
This message is for the designated recipient only and may contain privileged, proprietary, or otherwise private information. If you have received it in error, please notify the sender immediately and delete the original. Any other use of the email by you is prohibited.
___
Info-cvs mailing list
Info-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/info-cvs


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 in
HEAD (in fact, what we did was to commit the branched files
to HEAD).


This message is for the designated recipient only and may contain privileged, 
proprietary, or otherwise private information.  If you have received it in 
error, please notify the sender immediately and delete the original.  Any other 
use of the email by you is prohibited.


___
Info-cvs mailing list
Info-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/info-cvs