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