From owner-freebsd-hackers Thu Jul 25 16:05:16 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA08484 for hackers-outgoing; Thu, 25 Jul 1996 16:05:16 -0700 (PDT) Received: from whistle.com (s205m131.whistle.com [207.76.205.131]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id QAA08479 for ; Thu, 25 Jul 1996 16:05:13 -0700 (PDT) Received: (from smap@localhost) by whistle.com (8.7.5/8.6.12) id QAA27759; Thu, 25 Jul 1996 16:04:36 -0700 (PDT) Received: from shrimp.whistle.com(207.76.205.74) by whistle.com via smap (V1.3) id sma027757; Thu Jul 25 16:04:09 1996 Received: (from julian@localhost) by shrimp.whistle.com (8.6.12/8.6.12) id QAA00810; Thu, 25 Jul 1996 16:04:09 -0700 From: Julian Elischer Message-Id: <199607252304.QAA00810@shrimp.whistle.com> Subject: Re: CVS basics? To: joerg_wunsch@uriah.heep.sax.de Date: Thu, 25 Jul 1996 16:04:09 -0700 (PDT) Cc: freebsd-hackers@FreeBSD.org, karl@mcs.com In-Reply-To: <199607252035.WAA23236@uriah.heep.sax.de> from "J Wunsch" at Jul 25, 96 10:35:40 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-hackers@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk > > As Karl Denninger, MCSNet wrote: > > > Possible? Tutorials anywhere? Where do I get the list of collections and > > common commands? > > dump 0 ... > setenv CVSROOT ... > cd /usr > rm -rf src > cvs co src > cd src/sys/... > (create new kernel, and see whether it will boot) > cd /usr/src mkdir /usr/obj make bootstrap > make world > > This should help upgrading, but it might fall apart somewhere in the