From owner-freebsd-hackers Thu Jul 25 16:30:59 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA10224 for hackers-outgoing; Thu, 25 Jul 1996 16:30:59 -0700 (PDT) Received: from Kitten.mcs.com (Kitten.mcs.com [192.160.127.90]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id QAA10219 for ; Thu, 25 Jul 1996 16:30:57 -0700 (PDT) Received: from venus.mcs.com (root@Venus.mcs.com [192.160.127.92]) by Kitten.mcs.com (8.7.5/8.7.5) with SMTP id SAA17600; Thu, 25 Jul 1996 18:30:43 -0500 (CDT) Received: by venus.mcs.com (/\==/\ Smail3.1.28.1 #28.5) id ; Thu, 25 Jul 96 18:30 CDT Message-Id: Subject: Re: CVS basics? To: julian@whistle.com (Julian Elischer) Date: Thu, 25 Jul 1996 18:30:42 -0500 (CDT) From: "Karl Denninger, MCSNet" Cc: joerg_wunsch@uriah.heep.sax.de, freebsd-hackers@FreeBSD.org In-Reply-To: <199607252304.QAA00810@shrimp.whistle.com> from "Julian Elischer" at Jul 25, 96 04:04:09 pm X-Mailer: ELM [version 2.4 PL24] Content-Type: text 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 Yeah, but how do I select between STABLE bits, and CURRENT bits? This is where I'm missing out on the direction of things.. -- Karl