Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 May 2002 17:57:50 +0300
From:      Giorgos Keramidas <keramida@ceid.upatras.gr>
To:        Dag-Erling Smorgrav <des@ofug.org>
Cc:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: doc/en_US.ISO8859-1/books/handbook/mirrors chapter.sgml
Message-ID:  <20020514145750.GB4450@hades.hell.gr>
In-Reply-To: <xzpsn4vgdgv.fsf@flood.ping.uio.no>
References:  <200205122314.g4CNE4579004@freefall.freebsd.org> <xzpsn4vgdgv.fsf@flood.ping.uio.no>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2002-05-14 13:45, Dag-Erling Smorgrav wrote:
> Giorgos Keramidas <keramida@FreeBSD.org> writes:
> >   Log:
> >   Document the fact that .cvspass might have to be created (as
> >   an empty file) before 'cvs login' works.
> 
> Isn't that a bug in CVS that should (and could trivially) be fixed?

Probably.  For the moment, I'm documenting the following behavior I
have seen on a CURRENT system last updated on April 25.  Note the
marked lines:

    hades+charon:/tmp$ export CVSROOT=:pserver:anoncvs@anoncvs.xfree86.org:/cvs
    hades+charon:/tmp$ ls -l ~/.cvspass
    ls: /home/charon/.cvspass: No such file or directory
    hades+charon:/tmp$ cvs login
    Logging in to :pserver:anoncvs@anoncvs.xfree86.org:2401/cvs
    CVS password:
1   cvs login: failed to open /home/charon/.cvspass for reading: No such file or directory
    cvs [login aborted]: fatal error: exiting
    hades+charon:/tmp$ touch ~/.cvspass
    hades+charon:/tmp$ cvs login
    Logging in to :pserver:anoncvs@anoncvs.xfree86.org:2401/cvs
    CVS password:
2   hades+charon:/tmp$

In the second attempt, just touching ~/.cvspass fixed things!  I'll
check the development sources of CVS to see if they have this fixed in
their tree, and report it as a problem.  When it's solved, and we have
that version imported we can kill the added note :)

-- 
Giorgos Keramidas    - http://www.FreeBSD.org
keramida@FreeBSD.org - The Power to Serve

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020514145750.GB4450>