Paddy T writes:
> 
> I want to know how to set the variable TMPDIR so that
> whenever cvs creates tmp directories,they go into this
> path.
> http://www.loria.fr/~molli/cvs/doc/cvs_16.html#SEC111
> specifies to use -T to set this variable but with what
> command should I use it?

The -T global option and $TMPDIR environment variable affect the local
CVS only.  If you want to set it for the server, you need to set it in
the command that invokes the server (which would be in inetd.conf or
equivalent for pserver, in $CVS_SERVER for ext, etc.).  If you want to
set it for the client, you need to specify it on every CVS command (or,
more likely, put it in each user's ~/.cvsrc file).

-Larry Jones

There's a connection here, I just know it. -- Calvin

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

Reply via email to