From owner-freebsd-current Mon May 18 10:28:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA19285 for freebsd-current-outgoing; Mon, 18 May 1998 10:28:14 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from ns1.yes.no (ns1.yes.no [195.119.24.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA19274 for ; Mon, 18 May 1998 10:28:10 -0700 (PDT) (envelope-from eivind@bitbox.follo.net) Received: from bitbox.follo.net (bitbox.follo.net [195.204.143.218]) by ns1.yes.no (8.8.7/8.8.7) with ESMTP id RAA10551; Mon, 18 May 1998 17:28:11 GMT Received: (from eivind@localhost) by bitbox.follo.net (8.8.8/8.8.6) id TAA19947; Mon, 18 May 1998 19:28:10 +0200 (MET DST) Message-ID: <19980518192809.33610@follo.net> Date: Mon, 18 May 1998 19:28:09 +0200 From: Eivind Eklund To: Chuck Robey Cc: freebsd-current@FreeBSD.ORG Subject: Re: Replacing via cvs References: <19980518183206.45376@follo.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89.1i In-Reply-To: ; from Chuck Robey on Mon, May 18, 1998 at 11:52:45AM -0400 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, May 18, 1998 at 11:52:45AM -0400, Chuck Robey wrote: > Oh, I didn't realize I could import right over something, and it would > handle removing all the old stuff for me! I've done a whole lot of > imports, but always new stuff. Thanks very much! It doesn't exactly remove all the old stuff. If there are files that are removed, you'll have to do 'cvs remove' on them. However, it handles a separate 'branch of development', from which you can do merges. This can be very, very convenient for updates, as (hopefully) demonstrated by the uses of 'cvs update -j' in the examples I gave. Eivind. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message