From owner-freebsd-doc@FreeBSD.ORG Fri Sep 17 08:42:38 2004 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E89216A4CE for ; Fri, 17 Sep 2004 08:42:38 +0000 (GMT) Received: from valentine.liquidneon.com (valentine.liquidneon.com [216.38.206.180]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED0EE43D2D for ; Fri, 17 Sep 2004 08:42:37 +0000 (GMT) (envelope-from so14k@so14k.com) Received: from localhost (localhost [127.0.0.1]) by valentine.liquidneon.com (Postfix) with ESMTP id 54217831; Fri, 17 Sep 2004 02:42:37 -0600 (MDT) Received: from valentine.liquidneon.com ([216.38.206.180]) by localhost (valentine.liquidneon.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 87204-04; Fri, 17 Sep 2004 02:42:37 -0600 (MDT) Received: from webmail.liquidneon.com (valentine.liquidneon.com [216.38.206.180]) by valentine.liquidneon.com (Postfix) with ESMTP id D9CC481D; Fri, 17 Sep 2004 02:42:36 -0600 (MDT) Received: from 199.201.236.2 (SquirrelMail authenticated user so14k@so14k.com); by webmail.liquidneon.com with HTTP; Fri, 17 Sep 2004 02:42:36 -0600 (MDT) Message-ID: <40449.199.201.236.2.1095410556.squirrel@199.201.236.2> In-Reply-To: <414AA24F.7020704@fsn.hu> References: <414AA24F.7020704@fsn.hu> Date: Fri, 17 Sep 2004 02:42:36 -0600 (MDT) From: "Brad Davis" To: "Attila Nagy" User-Agent: SquirrelMail/1.4.3a X-Mailer: SquirrelMail/1.4.3a MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Virus-Scanned: by amavisd-new at liquidneon.com cc: doc@freebsd.org Subject: Re: CVSROOT checkout? X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Sep 2004 08:42:38 -0000 On Fri, September 17, 2004 2:37 am, Attila Nagy said: > Hello, > > I would like to checkout the FreeBSD CVSROOT from CVS, but I cannot find > it. > > Some years ago I was able to do this from anoncvs.freebsd.org, but > currently it refuses CVS pserver access. > > From the following page: > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/anoncvs.html > > neither > "USA: freebsdanoncvs@anoncvs.FreeBSD.org:/home/ncvs (ssh only - no > password)" > > and > > "setenv CVSROOT :pserver:anoncvs@anoncvs.FreeBSD.org:/home/ncvs > % cvs login > At the prompt, enter the password ``anoncvs''." > > does not work. > try: CVSROOT=freebsdanoncvs@anoncvs.FreeBSD.org:/home/ncvs cvs co blah it says ssh only so leave out the :pserver: part. Regards, Brad Davis