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:[EMAIL PROTECTED]:/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

---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]

Reply via email to