[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: snapshots and source code levels
In message <14460.59016.10081.74546@oswego.blueskystudios.com>
so spake Son of Yaardvark (danimal):
> I have a quick question for the OpenBSD technical guru's here: What
> tags do I use to check out the source for the snapshot for i386
> generated on Jan 10, 2000? If I upgrade to that snapshot to get some
> now supported hardware working and it appears to be stable enough for
> me then I want to compile a custom kernel and such. If I grab the
> source from the cvs server I am at -current.
You use cvs's -D (date) option. Ie:
cvs -d anoncvs.usa.openbsd.org:/cvs up -D'Jan 10, 2000' -PAd
- todd