I'm unable to access CVS

Started by Hannu Krosingover 25 years ago3 messages
#1Hannu Krosing
hannu@tm.ee

What am I doing wrong ?

[hannu@me cvs_downloads]$ cvs -d
:pserver:anoncvs@postgresql.org:/usr/local/cvsroot login
(Logging in to anoncvs@postgresql.org)
CVS password:

## here I enter password: postgresql

cvs [login aborted]: authorization failed: server postgresql.org
rejected access

------------
Hannu

#2Hannu Krosing
hannu@tm.ee
In reply to: Hannu Krosing (#1)
Re: [HACKERS] I'm unable to access CVS

Karel Zak wrote:

On Mon, 11 Sep 2000, Hannu Krosing wrote:

What am I doing wrong ?

[hannu@me cvs_downloads]$ cvs -d
:pserver:anoncvs@postgresql.org:/usr/local/cvsroot login

Sure, right path is:

postgresql.org:/home/projects/pgsql/cvsroot
^^^^^^^^^^^^^^^^^^^^^^^^^^^

(Logging in to anoncvs@postgresql.org)
CVS password:

## here I enter password: postgresql

rather 'postgres'

Karel

Thanks!

Could someone fix it in docs ?

http://www.postgresql.org/users-lounge/docs/7.0/programmer/cvs8365.htm

#3Karel Zak
zakkr@zf.jcu.cz
In reply to: Hannu Krosing (#1)
Re: I'm unable to access CVS

On Mon, 11 Sep 2000, Hannu Krosing wrote:

What am I doing wrong ?

[hannu@me cvs_downloads]$ cvs -d
:pserver:anoncvs@postgresql.org:/usr/local/cvsroot login

Sure, right path is:

postgresql.org:/home/projects/pgsql/cvsroot
^^^^^^^^^^^^^^^^^^^^^^^^^^^

(Logging in to anoncvs@postgresql.org)
CVS password:

## here I enter password: postgresql

rather 'postgres'

Karel