Ahhh, totally new meaning. I don't have a "simple" solution to this. You almost need to write a script that would "cp -Rf" the files from brachA to branchB.
-chris -----Original Message----- From: Euan Guttridge [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 24, 2004 10:03 AM To: 'Fouts Christopher (6452)'; '[EMAIL PROTECTED]' Subject: RE: Best method to replace a branch's code thanks but I need to retain branchA and branchB - just overwrite branchB with code from branchA Euan -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Fouts Christopher (6452) Sent: 24 March 2004 14:24 To: '[EMAIL PROTECTED]' Subject: RE: Best method to replace a branch's code Doh, my bad! However isn't renaming the branch the simplest approach? -chris -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 24, 2004 9:14 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: Best method to replace a branch's code "Fouts Christopher (6452)" writes: > > First rename branchA to branchX > > > cvs tag -r branchA branchX That doesn't rename the branch, it tags the head revision on the branch. To rename a branch you have to use cvs admin -n. -Larry Jones Nobody knows how to pamper like a Mom. -- Calvin _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
