Subject: Re: pkgsrc-stable via CVS?
To: None <tech-pkg@NetBSD.org>
From: Klaus Heinz <k.heinz.dez.vier@onlinehome.de>
List: tech-pkg
Date: 12/08/2004 17:44:09
Mark Weinem wrote:

> How to get the pkgsrc stable branch (for example pkgsrc-2004Q3) via CVS?
> I searched the docs but could not find a hint. Maybe this could be
> added to the pkgsrc guide's FAQ?

The CVS marker is "pkgsrc-2004Q3" so you have to specify the version you
want like this

  cvs -d :pserver:anoncvs@anoncvs.de.NetBSD.org:/cvsroot login
  [ Password is anoncvs ]
  cvs -d :pserver:anoncvs@anoncvs.de.NetBSD.org:/cvsroot co -r pkgsrc-2004Q3 pkgsrc

Afterwards, the usual "cvs update" is sufficient because the version
was recorded in the CVS directories on your disk.

HTH,
     Klaus