Re: Anonymous CVS access

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bruno Wolff III <bruno(at)wolff(dot)to>
Cc: pgsql-general(at)postgresql(dot)org, Marc Fournier <scrappy(at)hub(dot)org>
Subject: Re: Anonymous CVS access
Date: 2003-06-05 04:10:13
Message-ID: 29423.1054786213@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

Bruno Wolff III <bruno(at)wolff(dot)to> writes:
> The CVS server seems to be working again, but logging in with an empty
> password doesn't work. The web interface to anonymous CVS doesn't
> work either.

> [bruno(at)bruno bruno]$ cvs -d :pserver:anoncvs(at)anoncvs(dot)postgresql(dot)org:/projects/cvsroot login
> (Logging in to anoncvs(at)anoncvs(dot)postgresql(dot)org)
> CVS password:
> /projects/cvsroot: no such repository
> cvs [login aborted]: authorization failed: server anoncvs.postgresql.org rejected access

I believe the intention is to get rid of the separate anoncvs mirror and
make anoncvs access go directly to the primary archive. This will have
two good effects: eliminate the synchronization delay between primary
and anoncvs repositories, and eliminate the (bogus) difference in
cvsroot paths, which creates unnecessary diffs between what committers
and noncommitters see in their checkouts. The bad effect is that
noncommitters will have to re-check-out from the correct repository
path, which is just /cvsroot.

We're not quite there yet, because the anoncvs user isn't turned on:

$ cvs -d :pserver:anoncvs(at)anoncvs(dot)postgresql(dot)org:/cvsroot login
(Logging in to anoncvs(at)anoncvs(dot)postgresql(dot)org)
CVS password:
Fatal error, aborting.
anoncvs: no such user
cvs [login aborted]: authorization failed: server anoncvs.postgresql.org rejected access

but that's my understanding of what Marc plans to do next.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Christopher Kings-Lynne 2003-06-05 05:26:04 Re: Broken RR?
Previous Message Joe Conway 2003-06-05 04:06:39 Re: [GENERAL] Anonymous CVS access

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2003-06-05 05:25:37 Re: default locale considered harmful? (was Re: [GENERAL]
Previous Message Joe Conway 2003-06-05 04:06:39 Re: [GENERAL] Anonymous CVS access