RE: How can I administratively freeze a branch?

2005-07-07 Thread Dave Korn
Original Message
From: [EMAIL PROTECTED]
Sent: 07 July 2005 11:09

   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)? 
 

  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.


cheers,
  DaveK
-- 
Can't think of a witty .sigline today



___
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


Re: How can I administratively freeze a branch?

2005-07-07 Thread Jim Hyslop

[EMAIL PROTECTED] wrote:
 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).

I don't understand your objection.

'cvs remove' on a branch will declare the tip of the branch dead, 
thereby preventing anyone from checking anything into the branch. It's 
exactly what you want to do.


--
Jim



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