> -----Original Message-----
> From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Euan Guttridge
> Sent: Tuesday, March 29, 2005 6:29 AM
> To: 'info-cvs@gnu.org'
> Subject: Checkout's over checkouts.
> 
> I want to check out a branch, then subsequent tagged files on top of
that
> branch. I do not want to -j merge the subsequent tagged files into the
> branch but do a wholesale replacement. What is the best method please?
> 
> Thanks

I would do the following:

cvs co -rbranch module
cd module
cvs co -rtag file1 file2 ... fileN

Rick
--
Rick Genter
Principal Engineer
Silverlink Communications
<mailto:[EMAIL PROTECTED]>
(781) 272-3080 x242


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

Reply via email to