Re: anoncvs failure...

Поиск
Список
Период
Сортировка
От Patrick Welche
Тема Re: anoncvs failure...
Дата
Msg-id 20010924180417.F22226@quartz.newn.cam.ac.uk
обсуждение исходный текст
Ответ на Re: anoncvs failure...  ("Marc G. Fournier" <scrappy@hub.org>)
Ответы Re: anoncvs failure...
Re: anoncvs failure...
Список 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 по дате отправления:

Предыдущее
От: Alex Pilosov
Дата:
Сообщение: Re: [SQL] outer joins strangeness
Следующее
От: "Marc G. Fournier"
Дата:
Сообщение: Re: an already existing alter table drop column ?!?!?!