[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Error "Can't find a temporary directory" on command "svn diff"

From: C. Michael Pilato <cmpilato_at_collab.net>
Date: 2007-08-29 15:58:19 CEST

[Please keep discussions on the list]

luc.castillo@ineo.com wrote:
>
> Thanks for you response,
>
> None of the three environment variable (TMP, TEMP, TMPDIR) is defined.

Well, I gave you the search ordering, so you know how Subversion (via APR)
is looking for a temporary directory. Does your strace indicate that any of
these directories listed is being tried? If none of the three environment
variables are set, you should see it looking in hard-coded directories.
Search your strace() output for "apr-tmp.XXXXXX", which is the name of the
temporary file APR creates to test writability.

-- 
C. Michael Pilato <cmpilato@collab.net>
CollabNet   <>   www.collab.net   <>   Distributed Development On Demand

Received on Wed Aug 29 15:55:32 2007

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.