info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Selective mix & match check out


From: Larry Jones
Subject: Re: Selective mix & match check out
Date: Tue, 14 Oct 2008 14:47:56 -0400

Rez writes:
> 
> I'm trying to check out from an old label in CVS plus 3 or 4 newer
> folders from the latest mainline, however, when I check out from the old
> label, the newer folders didn't exist back then obviously. I'm not sure
> how to achieve this mix and match checkout? Help please.

First checkout with the old label, then explicitly do update -Ad for the
new directories you want from the trunk:

        cvs co -rold stuff
        cd stuff
        cvs up -Ad sub1 sub2
-- 
Larry Jones

I'm getting disillusioned with these New Years. -- Calvin




reply via email to

[Prev in Thread] Current Thread [Next in Thread]