(oops, I meant to send this to the list as well...)

Hey, thanks a bunch guys.  I tried it and it worked 8-)

I actually had a module defined for the RSDS code (but thanks for
pointing that out; it made me update my procedures...)

Thanks again, Steve

****************************************************************
Stephen L. Arnold                        Senior Systems Engineer
VAFB IV&V Activity                email:  [EMAIL PROTECTED]
ENSCO Inc.                            www:  http://www.ensco.com
P.O. Box 5488                                voice: 805.606.8838
Vandenberg AFB, CA  93437                      fax: 805.734.4779
                         
with Std.Disclaimer;  use Std.Disclaimer;
****************************************************************


> -----Original Message-----
> From: Larry Jones [mailto:[EMAIL PROTECTED]]
> Sent: Monday, July 24, 2000 1:44 PM
> To: [EMAIL PROTECTED]
> Subject: Re: questions on tracking 3rd party sources
> 
> 
> Stephen L Arnold writes:
> > 
> > I'm not sure I get it yet.  Do I need to do the above 
> "checkout" command
> > before or after I import the new source tree?
> 
> After.
> 
> > So the sequence of operations would be:
> > 
> > $ cvs import -m "Import of FSF v. 0.04" fsf/wdiff FSF_DIST 
> WDIFF_0_04
> > $ cvs checkout fsf/wdiff
> 
> This checkout isn't necessary.
> 
> > $ tar xfz wdiff-0.05.tar.gz
> > $ cd wdiff-0.05
> > $ cvs import -m "Import of FSF v. 0.05" fsf/wdiff FSF_DIST 
> WDIFF_0_05
> > 
> > then
> > 
> > $ cvs checkout -jWDIFF_0_04 -jWDIFF_0_05 wdiff
> 
> Given the above, that would have to be:
> 
>       $ cvs checkout -jWDIFF_0_04 -jWDIFF_0_05 fsf/wdiff
> 
> and you'd need to follow it with:
> 
>       $ cd fsf/wdiff
>       $ cvs ci -m'merge changes'
> 
> -Larry Jones
> 
> I'm getting disillusioned with these New Years. -- Calvin
> 

Reply via email to