On Mon, Oct 17, 2005 at 09:49:21AM -0400, stan wrote: > I;m trying to update the source tree on a 3.7 machine to current I did the > following (based upon my reading of the web site docs on this): > > cd /usr/src > setenv [EMAIL PROTECTED]:/cvs > cvs -q get -P src > > But all I got were these error messages: > > cvs server: cannot find module `src' - ignored > cvs [checkout aborted]: cannot expand modules > > > What am I doing wrong?
you don't need the equation sign: setenv CVSROOT [EMAIL PROTECTED]:/cvs or you need to use export if you use ksh. use 'echo $CVSROOT' to see if this variable is set correctly. Disclaimer: http://www.kuleuven.be/cwis/email_disclaimer.htm