Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Jul 2012 08:35:37 +0200
From:      Matthias Apitz <guru@unixarea.de>
To:        freebsd-questions@freebsd.org
Subject:   Re: anoncvs password
Message-ID:  <20120708063537.GA2365@tinyCurrent>
In-Reply-To: <4ff959fc.bxvqYk2dG0XhJgL%2B%perryh@pluto.rain.com>
References:  <4ff959fc.bxvqYk2dG0XhJgL%2B%perryh@pluto.rain.com>

next in thread | previous in thread | raw e-mail | index | archive | help
El día Sunday, July 08, 2012 a las 02:59:24AM -0700, perryh@pluto.rain.com escribió:

> What is one supposed to enter when anoncvs prompts for a password?
> 
> I have tried:
> 
> * my email address, as I would use for anon FTP
> * "ftp", as was once conventionally used for anon FTP
> * "cvs" (same idea, but mentioning the transport in use)
> * nothing -- just hit return
> 
> None of these works.  I get
> 
> Permission denied (publickey,keyboard-interactive).
> cvs [checkout aborted]: end of file from server (consult above messages if any)


$ CVSROOT=:pserver:anoncvs@anoncvs.fr.FreeBSD.org:/home/ncvs
$ export CVSROOT
$ cvs login
Logging in to :pserver:anoncvs@anoncvs.fr.freebsd.org:2401/home/ncvs
CVS password: 
$ cvs co src
cvs checkout: Updating src
U src/COPYRIGHT
U src/LOCKS
U src/MAINTAINERS

I used as pw 'anoncvs'; note also: one should use today better svn, not
cvs;

HIH

	matthias
-- 
Matthias Apitz
t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211
e <guru@unixarea.de> - w http://www.unixarea.de/
UNIX since V7 on PDP-11 | UNIX on mainframe since ESER 1055 (IBM /370)
UNIX on x86 since SVR4.2 UnixWare 2.1.2 | FreeBSD since 2.2.5



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