From owner-freebsd-stable Thu May 16 15:14:40 1996 Return-Path: owner-stable Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA09847 for stable-outgoing; Thu, 16 May 1996 15:14:40 -0700 (PDT) Received: from GndRsh.aac.dev.com (GndRsh.aac.dev.com [198.145.92.241]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id PAA09841 for ; Thu, 16 May 1996 15:14:36 -0700 (PDT) Received: (from rgrimes@localhost) by GndRsh.aac.dev.com (8.6.12/8.6.12) id PAA07067; Thu, 16 May 1996 15:14:26 -0700 From: "Rodney W. Grimes" Message-Id: <199605162214.PAA07067@GndRsh.aac.dev.com> Subject: Re: CVS command(s) To: khetan@iafrica.com (Khetan Gajjar) Date: Thu, 16 May 1996 15:14:25 -0700 (PDT) Cc: stable@freebsd.org In-Reply-To: from Khetan Gajjar at "May 16, 96 11:29:46 pm" X-Mailer: ELM [version 2.4ME+ PL11 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-stable@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > 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