info-cvs
[Top][All Lists]
Advanced

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

RE: Redirect Swap Space?


From: Tim Mooney
Subject: RE: Redirect Swap Space?
Date: Tue, 17 Dec 2002 13:49:58 -0600 (CST)

In regard to: RE: Redirect Swap Space?, Lisa M. Doucette said (at 2:44pm on...:

>I've looked through existing documentation and archives but can't find any
>information about having CVS use someplace other than /tmp for swap space.

The "standard" way for an application to do this is to look for the TMPDIR
environment variable, and use that for the directory to create temporary
files.  This doesn't happen automatically, it's up to the application to
do this.

Still, if I:

$strings /local/gnu/bin/cvs | egrep TMP
TMPDIR
E Value of %s for TMPDIR is not absolute


So it appears that cvs does honor TMPDIR.  Try setting that, a la

        TMPDIR=$HOME/my_tmp_directory
        export TMPDIR

        cvs whatever

Tim
-- 
Tim Mooney                              address@hidden
Information Technology Services         (701) 231-1076 (Voice)
Room 242-J6, IACC Building              (701) 231-8541 (Fax)
North Dakota State University, Fargo, ND 58105-5164



reply via email to

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