Subject: Re: newer than 20000205 (was GENERIC 1.4T SCSI problems)
To: gabriel rosenkoetter <gr@eclipsed.net>
From: Todd Whitesel <toddpw@best.com>
List: port-macppc
Date: 03/02/2000 22:41:00
> >  cvs -D <date> checkout
> 
> Natch. Except I've not used cvs for kernel source yet and I'm not very
> clear on its use (do I just run that in /usr/src/sys? Do I have to
> tell cvs to ignore CVS_ROOT the first time it fetches?). I should read
> the help docs before asking dumb questions, though.

Simplest method would be to set up CVS_ROOT and do this:

	cd /usr
	rm -rf src
	cvs checkout -D 19991223-UTC src

This will reproduce the sources (minus the included diffs) that were used
to build all the 19991223 snapshots on the ftp server.

If you only need kernel sources, replace 'src' with 'syssrc' in the above
and you'll get a subset of the 'src' tree which only has:
	syssrc/sys
	syssrc/usr.sbin/config
	syssrc/usr.sbin/dbsym

Todd Whitesel
toddpw @ best.com