anoncvs troubles (was Re: CVS vs anoncvs)

From: Christof Petig <christof(at)petig-baender(dot)de>
To: "Marc G(dot) Fournier" <scrappy(at)hub(dot)org>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-hackers(at)postgresql(dot)org
Subject: anoncvs troubles (was Re: CVS vs anoncvs)
Date: 2001-09-20 06:25:57
Message-ID: 3BA98BF4.9F36A711@petig-baender.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

"Marc G. Fournier" wrote:

> should be four hours, but I haven't had a chance, with the newest
> worm/virus going around right now having killed our core router yesterday,
> to redirect the sync'ag with the new server ... will do that first thing
> tomorrow ...
>
> On Wed, 19 Sep 2001, Tom Lane wrote:
>
> > Peter Bierman <bierman(at)apple(dot)com> writes:
> > > If it's already been fixed (yay!), the fix isn't at anoncvs yet.
> >
> > I think there is some lag between the master CVS and anoncvs now.
> > Marc, is that correct? How much lag?
> >
> > regards, tom lane
> >

It's definitely more than 16 hours. I still can't see M. Meskes' commits
(16:09 MEST, 10:09 EDT)

While you're at it, could you please fix this error:

~/pgsql-cvs/pgsql > cvs -z3 update -dP
cannot create_adm_p /tmp/cvs-serv2966/ChangeLogs
Permission denied

for i in `find -type d ! -name CVS ` ; do (cd $i ; cvs -z3 update -l -d )
done
cvs server: Updating .
cvs server: Updating .
[.....]

This works somehow but is really ugly and bandwidth-wasting. This even occurs
with a fresh checkout:

~/pgsql-cvs/tmp > cvs -d
:pserver:anoncvs(at)anoncvs(dot)postgresql(dot)org:/projects/cvsroot co pgsql/ChangeLogs

cvs server: Updating pgsql/ChangeLogs
U pgsql/ChangeLogs/ChangeLog-7.1-7.1.1
U pgsql/ChangeLogs/ChangeLog-7.1RC1-to-7.1RC2
U pgsql/ChangeLogs/ChangeLog-7.1RC2-to-7.1RC3
U pgsql/ChangeLogs/ChangeLog-7.1RC3-to-7.1rc4
U pgsql/ChangeLogs/ChangeLog-7.1beta1-to-7.1beta3
U pgsql/ChangeLogs/ChangeLog-7.1beta3-to-7.1beta4
U pgsql/ChangeLogs/ChangeLog-7.1beta4-to-7.1beta5
U pgsql/ChangeLogs/ChangeLog-7.1beta5-to-7.1beta6
U pgsql/ChangeLogs/ChangeLog-7.1beta6-7.1RC1
U pgsql/ChangeLogs/ChangeLog-7.1rc4-7.1
~/pgsql-cvs/tmp > cd pgsql/
~/pgsql-cvs/tmp/pgsql > cvs update
cannot create_adm_p /tmp/cvs-serv4350/ChangeLogs
Permission denied

Yours
Christof

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Christopher Kings-Lynne 2001-09-20 07:31:54 Re: anoncvs troubles (was Re: CVS vs anoncvs)
Previous Message Keary Suska 2001-09-20 05:24:03 Re: Column 'CHECK' Constraint: bug or ?

Browse pgsql-hackers by date

  From Date Subject
Next Message Christopher Kings-Lynne 2001-09-20 07:31:54 Re: anoncvs troubles (was Re: CVS vs anoncvs)
Previous Message Thomas Lockhart 2001-09-20 05:20:45 Re: type casting troubles