From: | Sean Chittenden <sean(at)chittenden(dot)org> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | Bruno Wolff III <bruno(at)wolff(dot)to>, pgsql-general(at)postgresql(dot)org, Marc Fournier <scrappy(at)hub(dot)org> |
Subject: | Re: Anonymous CVS access |
Date: | 2003-06-05 19:15:56 |
Message-ID: | 20030605191556.GM65470@perrin.int.nxad.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general pgsql-hackers |
> > 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.
Actually, they won't have to check things out if they run:
find . -type f -name Root -path '*CVS*' -exec perl -p -i -e 's#:pserver:anoncvs\(at)anoncvs(dot)postgresql(dot)org:/projects/cvsroot#:pserver:anoncvs\(at)anoncvs(dot)postgresql(dot)org:/cvsroot#go' {} \; -print
Moving to consolidating the anoncvs server as the same as the master
repo will have the bad effect of being quite hard on the disks when
people do cvs update's (if anyone cares). Remote updates are quite
inefficient/hard on the cvs server (reason FreeBSD requires committers
to CVSup and use their local copy instead of cvs up'ing off of the
master).
-sc
--
Sean Chittenden
From | Date | Subject | |
---|---|---|---|
Next Message | Lynna Landstreet | 2003-06-05 20:05:53 | Question about serial vs. int datatypes |
Previous Message | Peter Eisentraut | 2003-06-05 18:58:57 | Re: implicit type conversions |
From | Date | Subject | |
---|---|---|---|
Next Message | Dave Cramer | 2003-06-05 19:33:26 | cvs ETA? |
Previous Message | Rod Taylor | 2003-06-05 18:39:36 | Re: Proposal to Re-Order Postgresql.Conf, part II |