Re: anoncvs failure... - Mailing list pgsql-hackers

From Patrick Welche
Subject Re: anoncvs failure...
Date
Msg-id 20010924180417.F22226@quartz.newn.cam.ac.uk
Whole thread Raw
In response to Re: anoncvs failure...  ("Marc G. Fournier" <scrappy@hub.org>)
Responses Re: anoncvs failure...
Re: anoncvs failure...
List 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@anoncvs.postgresql.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


pgsql-hackers by date:

Previous
From: Alex Pilosov
Date:
Subject: Re: [SQL] outer joins strangeness
Next
From: "Marc G. Fournier"
Date:
Subject: Re: an already existing alter table drop column ?!?!?!