Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Jul 1996 16:04:09 -0700 (PDT)
From:      Julian Elischer <julian@whistle.com>
To:        joerg_wunsch@uriah.heep.sax.de
Cc:        freebsd-hackers@FreeBSD.org, karl@mcs.com
Subject:   Re: CVS basics?
Message-ID:  <199607252304.QAA00810@shrimp.whistle.com>
In-Reply-To: <199607252035.WAA23236@uriah.heep.sax.de> from "J Wunsch" at Jul 25, 96 10:35:40 pm

next in thread | previous in thread | raw e-mail | index | archive | help
> 
> 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



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