Re: anoncvs failure...

From: Patrick Welche <prlw1(at)newn(dot)cam(dot)ac(dot)uk>
To: "Marc G(dot) Fournier" <scrappy(at)hub(dot)org>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: anoncvs failure...
Date: 2001-09-24 17:04:17
Message-ID: 20010924180417.F22226@quartz.newn.cam.ac.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Sep 24, 2001 at 10:22:28AM -0400, Marc G. Fournier wrote:
>
> okay, somehow you have two different CVSROOT's configured?
> /home/projects/pgsql/cvsroot was the old server, /projects/cvsroot is the
> new one ....

Any hints? I had done a (csh)
cd /usr/src/local/pgsql
find . -name Root -print > allroots
grep -v CVS allroots
foreach i ( `cat allroots`)
echo ":pserver:anoncvs(at)anoncvs(dot)postgresql(dot)org:/projects/cvsroot" > $i
end

and CVSROOT is not set as an environment variable... Also odd that it
appears there and there is no sign of "home" anywhere..

Cheers,

Patrick

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Marc G. Fournier 2001-09-24 17:13:39 Re: an already existing alter table drop column ?!?!?!
Previous Message Alex Pilosov 2001-09-24 17:00:23 Re: [SQL] outer joins strangeness