Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
Sorry, I meant TMPDIR. I downloaded cvsnt-2.0.34.tar.gz and inside it in the file src/cvs.h it defines: #define TMPDIR_ENV "TMPDIR" /* Temporary directory * in the file windows-NT/options.h it defines its default value: #define TMPDIR_DFLT "c:\\temp" it also defines in windows-NT/options.h: #define TMPDIR_ENV "TEMP" Anyway cvs was not working, it gave a strange error message to do with a temp filename. When I created a c:\temp it started working again. I had the environment variable "TEMP" defined to a valid directory but I did not have a "TMPDIR" defined. Adam. "Tony Hoyle" <tmh at nodomain.org> wrote in message news:c35jgd$ndc$1 at paris.nodomain.org... > Adam Gates wrote: > > Recently I was having a problem using cvsnt from tortoisecvs. I eventually > > tracked it down to the fact I did not have the TEMPDIR environment set. I > > would like to suggest that cvsnt use a more common environment variable ie > > TEMP. > > > > > ?? cvsnt uses its own temporary directory, and sets both TEMP and TMP when the > service starts up. > > TEMPDIR is meaningless to cvsnt - no idea where you got that one from. > > Tony