Subject: Re: NetBSD 2.1 release candidate
To: Maen Suleiman <maen@marvell.com>
From: Chris Wareham <chriswareham@chriswareham.demon.co.uk>
List: netbsd-users
Date: 08/25/2005 13:34:47
Maen Suleiman wrote:
> Hi, 
> 
> 	I would like to know how I can get from the CVS the NetBSD
> branch which is candidate to be NetBSD 2.1 release. 
> 
> Thanks in advance 
> 
> -------------
> Maen Suleiman - Software Engineer
> 

The branch that will eventually become NetBSD 2.1 is tagged as
"netbsd-2", so to check it out you could do the following:

$ export CVS_RSH=ssh
$ cvs -d anoncvs@anoncvs.NetBSD.org:/cvsroot co -r netbsd-2 -P src

I'd recommend using one of the mirrors listed at
http://www.netbsd.org/mirrors/#anoncvs.

Prebuilt snapshots of the netbsd-2 branch can also be found on the FTP
server and mirrors under the pub/NetBSD-daily directory.

Chris