Jerry Neely writes:
> 
> Apparently, CVS doesn't see that CVSROOT is set in my environment.

It's not.  You've apparentlly set a shell variable rather than an
environment variable.  If you're using an sh-like shell, you need to
export the variable:

        export CVS_ROOT

If you're using a csh-like shell, you need to use setenv rather than set
when defining the variable.

-Larry Jones

Any game without push-ups, hits, burns or noogies is a sissy game. -- Calvin


_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/info-cvs

Reply via email to