Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 May 1996 15:14:25 -0700 (PDT)
From:      "Rodney W. Grimes" <rgrimes@GndRsh.aac.dev.com>
To:        khetan@iafrica.com (Khetan Gajjar)
Cc:        stable@freebsd.org
Subject:   Re: CVS command(s)
Message-ID:  <199605162214.PAA07067@GndRsh.aac.dev.com>
In-Reply-To: <Pine.BSF.3.91.960516232721.320E-100000@chain.iafrica.com> from Khetan Gajjar at "May 16, 96 11:29:46 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
> Hello all.
> 
> I am a little unsure of the cvs command to update my src directory
> after applying the latest ctm changes (deltas).
> 
> I tried cd /usr and then cvs update -rRELENG_2_1_0 src, but this
> did not do very much. What is the command ?
> 
> Should I cd /usr/src and then cvs update -rRELENG_2_1_0 src ?
> 
> I am on stable, btw.

cd /usr/src
cvs update -P -rRELENG_2_1_0

That -P is very important to prune out things that are no longer on the
branch.  You may also want to add -q to quite the output somewhat:

cvs -q update -P -rRELENG_2_1_0

-- 
Rod Grimes                                      rgrimes@gndrsh.aac.dev.com
Accurate Automation Company                 Reliable computers for FreeBSD



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199605162214.PAA07067>