From owner-freebsd-questions Wed Nov 27 14:40: 7 2002 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 B530C37B406; Wed, 27 Nov 2002 14:40:04 -0800 (PST) Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 39AE043EF9; Wed, 27 Nov 2002 14:39:59 -0800 (PST) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.gr (patr530-b140.otenet.gr [212.205.244.148]) by mailsrv.otenet.gr (8.12.6/8.12.6) with ESMTP id gARMdtpu029081; Thu, 28 Nov 2002 00:39:56 +0200 (EET) Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.12.6/8.12.6) with ESMTP id gARMds7W013533; Thu, 28 Nov 2002 00:39:54 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by gothmog.gr (8.12.6/8.12.6/Submit) id gARMdscr013532; Thu, 28 Nov 2002 00:39:54 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Thu, 28 Nov 2002 00:39:54 +0200 From: Giorgos Keramidas To: "Paul A. Scott" Cc: Terry Lambert , freebsd-current@FreeBSD.ORG, freebsd-questions@FreeBSD.ORG Subject: Re: Problem pulling particular directory from CVS Message-ID: <20021127223954.GD13085@gothmog.gr> References: <3DE5217B.43CE658@mindspring.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 2002-11-27 12:48, "Paul A. Scott" wrote: > > > You are not being quite forthright, I think. > > Actually, I've been totally forthright. I start with an empty working > directory, and type: > > setenv CVSROOT ":pserver:anoncvs@anoncvs.FreeBSD.org:/home/ncvs" > cvs login > cvs co src/contrib Hmmm. Can you try doing the same in parts? $ CVSROOT=':pserver:anoncvs@anoncvs.FreeBSD.org:/home/ncvs' $ export CVSROOT $ cvs -q co -l src $ cd src $ cvs -q up -Adl contrib $ cvs -q up -APd contrib/cvs See if this works... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message