Subject: Re: Question about cvs
To: Liam J. Foy <liamfoy@sepulcrum.org>
From: Geert Hendrickx <ghen@telenet.be>
List: netbsd-users
Date: 04/14/2006 16:46:08
On Fri, Apr 14, 2006 at 02:54:50PM +0100, Liam J. Foy wrote:
> Alternatively you could do (and what I use to get pkgsrc current and keep
> uptodate):
> 
> setenv CVSROOT :pserver:anoncvs@anoncvs.NetBSD.org:/cvsroot
> cd /usr
> cvs checkout -A -P pkgsrc
> 
> And then to update do
> 
> setenv CVSROOT :pserver:anoncvs@anoncvs.NetBSD.org:/cvsroot

This is only necessery on "checkout", not on "update" (this info is kept
in CVS/Root).  

> cd /usr/pkgsrc
> cvs update -A -Pd

	GEert