Extract Single Port from CVSUP

Joshua Oreman oremanj at get-linux.org
Wed Aug 20 11:22:02 PDT 2003


On Wed, Aug 20, 2003 at 02:58:09PM +0100 or thereabouts, G D McKee wrote:
> Hi all
> 
> I want to extract one port from a cvsup server at a certain date in
> time.  I know you can do it for the whole tree, but is there a way
> of doing it for a single port.

You should really use anoncvs for this. Find an anoncvs server near you (see the Handbook),
and do this (bourne-style shell assumed):
$ export CVSROOT=<the-cvsroot-it-says-to-use-in-the-handbook>
$ cvs login
Logging in to $CVSROOT
CVS password: <press enter>
[ With luck, it should accept you. If it says "server max connection limit exceeded" or
  something equally depressing, try again later. ]
$ cvs checkout -D <date-and-time> <port-name>
$ cvs logout
$ unset CVSROOT

-- Josh

> 
> Thanks in advance
> 
> Gordon
> _______________________________________________
> freebsd-questions at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe at freebsd.org"


More information about the freebsd-questions mailing list