Re: CVS commit broken

From: Karel Zak <zakkr(at)zf(dot)jcu(dot)cz>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>, The Hermit Hacker <scrappy(at)hub(dot)org>, PostgreSQL-development <pgsql-hackers(at)postgreSQL(dot)org>
Subject: Re: CVS commit broken
Date: 2000-05-23 14:25:49
Message-ID: Pine.LNX.3.96.1000523161953.5230A-100000@ara.zf.jcu.cz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

>
> Another possibility is that postgresql.org is not pointing at the right
> server. I see that I have hub.org in my .cvspass (but that's for
> non-anonymous login which might be set up differently). Marc?
>

Marc and postgresql.org is OK! --- CVS 1.10.7 is bad....

In the CVSROOT path (or -d switch) can't be '/' as last char!

See:

$ export CVSROOT=":pserver:anoncvs(at)postgresql(dot)org:/home/projects/pgsql/cvsroot/"
$ cvs login
(Logging in to anoncvs(at)postgresql(dot)org)
CVS password:
cvs [login aborted]: authorization failed: server postgresql.org rejected accessmravenec:~$ export

export CVSROOT=":pserver:anoncvs(at)postgresql(dot)org:/home/projects/pgsql/cvsroot"
$ cvs login
(Logging in to anoncvs(at)postgresql(dot)org)
CVS password:
$

Grrrr......

Karel

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2000-05-23 14:32:22 Re: CVS commit broken
Previous Message Tom Lane 2000-05-23 14:13:50 Re: Serious problem within authentication subsystem in 7.0