info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: CVS not using environment variables


From: Larry Jones
Subject: Re: CVS not using environment variables
Date: Mon, 14 Jun 2004 09:29:04 -0400 (EDT)

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]