From owner-freebsd-doc Sun Apr 21 8: 4:29 2002 Delivered-To: freebsd-doc@freebsd.org Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by hub.freebsd.org (Postfix) with ESMTP id D85AE37B405 for ; Sun, 21 Apr 2002 08:04:25 -0700 (PDT) Received: from hades.hell.gr (patr530-b215.otenet.gr [212.205.244.223]) by mailsrv.otenet.gr (8.12.2/8.12.2) with ESMTP id g3LF425q000866; Sun, 21 Apr 2002 18:04:04 +0300 (EEST) Received: from hades.hell.gr (hades [127.0.0.1]) by hades.hell.gr (8.12.2/8.12.2) with ESMTP id g3LF4176011651; Sun, 21 Apr 2002 18:04:01 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from charon@localhost) by hades.hell.gr (8.12.2/8.12.2/Submit) id g3LF3wqo011650; Sun, 21 Apr 2002 18:03:58 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Sun, 21 Apr 2002 18:03:58 +0300 From: Giorgos Keramidas To: Rich Morin Cc: freebsd-doc@FreeBSD.org Subject: Re: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/anoncvs.html Message-ID: <20020421150358.GA11443@hades.hell.gr> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.28i Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On 2002-04-17 15:11, Rich Morin wrote: > When I followed the instructions on this page, I got a fatal error. > I then tried creating an empty ~/.cvspass file, which seems to work: How about this patch to mirrors/chapter.sgml? %%% Index: chapter.sgml =================================================================== RCS file: /home/ncvs/doc/en_US.ISO8859-1/books/handbook/mirrors/chapter.sgml,v retrieving revision 1.209 diff -5 -u -r1.209 chapter.sgml --- chapter.sgml 17 Apr 2002 04:18:32 -0000 1.209 +++ chapter.sgml 21 Apr 2002 14:59:42 -0000 @@ -1092,10 +1092,20 @@ provides the well-known password anoncvs with the cvs login command, and then uses the &man.cvs.1; command to access it like any local repository. + + The cvs login command, stores the passwords + that are used for authenticating to the CVS server in a file + called .cvspass in your + HOME directory. If this file doesn't exist, + you might get an error when trying to use cvs + login for the first time. Just make an empty + .cvspass file, and retry to login. + + While it can also be said that the CVSup and anoncvs services both perform essentially the same function, there are various trade-offs which can influence the user's choice of synchronization methods. In a nutshell, %%% To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message