From owner-freebsd-questions Tue Jul 16 5:22:29 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 3D4B137B400 for ; Tue, 16 Jul 2002 05:22:27 -0700 (PDT) Received: from f2.active-area.com (ti131110a080-0095.bb.online.no [80.212.100.95]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4541E43E31 for ; Tue, 16 Jul 2002 05:22:21 -0700 (PDT) (envelope-from root@f2.active-area.com) Received: by f2.active-area.com (Postfix, from userid 0) id 56FA83EC6; Tue, 16 Jul 2002 14:22:14 +0200 (CEST) From: "Kenneth Karoliussen" Cc: "FreeBSD Questions" Subject: Re: cvs & pserver Message-Id: <20020716122214.56FA83EC6@f2.active-area.com> Date: Tue, 16 Jul 2002 14:22:14 +0200 (CEST) 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 Gerard Samuel wrote: > Ive had cvs setup for some time now, and Im trying to set it up using > pserver. > Ive setup the CVSROOT environment like so -> > > CVSROOT=/files/www/data/source > export CVSROOT > > I setup a passwd file under CVSROOT/passwd > > I could log into the cvs server with -> > cvs -d :pserver:gsam@cvs.trini0.org:/files/www/data/source login > > From here, when I try to do cvs co , I keep getting -> > cvs [checkout aborted]: /files/www/data/source/CVSROOT: No such file or > directory > > The directory CVSROOT does exist. Does anyone know what my problem may be. > Thanks > cvs obviously has a problem locating the approperiate CVSROOT structure with the necessary control files. It should normally be located under ${CVSROOT}/CVSROOT/ Please check the cvs (1) manual and the init command; << init - Initialize a repository by adding the CVSROOT sub- directory and some default control files. You must use this command or initialize the repository in some other way before you can use it. >> I.e. $ cvs -d /files/www/data/source init (You may omit -d if you set the CVSROOT variable). Best, Kenneth Karoliussen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message