Mark,

Thanks for the reply.  Boy do I feel stupid.  I knew to export the vars 
but got ahead of myself.  Thanks for the reminder.

Thanks,
Jerry

On 13 Jun 2004 at 21:15, Mark D. Baushke wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> Jerry Neely <[EMAIL PROTECTED]> writes:
> 
> > I'm trying to access a CVS repository on a
> > remote server, but it doesn't appear to be using
> > the environment variables I've set. For example:
> > 
> > $ set | grep CVS
> > CVSROOT=:ext:[EMAIL PROTECTED]:/usr/src/cvsroot
> > CVS_RSH=ssh
> 
> You need to move it from being a locally set
> variable to being one that is a part of your
> environment when you fork new commands. The
> command:
> 
>   export CVSROOT CVS_RSH
> 
> should do this for you.
> 

--
Jerry Neely
[EMAIL PROTECTED]



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

Reply via email to