From owner-freebsd-questions@FreeBSD.ORG Wed Aug 20 11:22:02 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 321B516A4BF for ; Wed, 20 Aug 2003 11:22:02 -0700 (PDT) Received: from webserver.get-linux.org (adsl-64-161-78-226.dsl.lsan03.pacbell.net [64.161.78.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 8297F43F3F for ; Wed, 20 Aug 2003 11:22:01 -0700 (PDT) (envelope-from oremanj@webserver.get-linux.org) Received: (qmail 31651 invoked by uid 1000); 20 Aug 2003 18:22:00 -0000 Date: Wed, 20 Aug 2003 11:22:00 -0700 From: Joshua Oreman To: G D McKee Message-ID: <20030820182200.GC23284@webserver> References: <000c01c36723$16d0e110$c700a8c0@p2000> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <000c01c36723$16d0e110$c700a8c0@p2000> User-Agent: Mutt/1.4.1i cc: questions@freebsd.org Subject: Re: Extract Single Port from CVSUP X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Aug 2003 18:22:02 -0000 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= $ cvs login Logging in to $CVSROOT CVS password: [ With luck, it should accept you. If it says "server max connection limit exceeded" or something equally depressing, try again later. ] $ cvs checkout -D $ cvs logout $ unset CVSROOT -- Josh > > Thanks in advance > > Gordon > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"