Subject: Re: Problems accessing anoncvs
To: None <current-users@NetBSD.org>
From: None <sigsegv@rambler.ru>
List: current-users
Date: 03/22/2005 23:17:04
Harry Waddell wrote:
> It's not complicated to change your CVS root to a mirror. I usually just do
> something like:
> 
> cd /usr/src
> cp CVS/Root /tmp
> emacs /tmp/Root to suit my needs
> find . -type f -name Root -exec cp /tmp/Root {} \; 

Or even easier:

cvs -d:pserver:anoncvs@anoncvs.netbsd.org:/cvsroot update -dPA 
-rnetbsd-3 src

Insert your favourite cvs mirror after -d option.