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

Can't find a temporary directory

From: Helmut Jarausch <jarausch_at_igpm.rwth-aachen.de>
Date: 2005-02-09 11:40:03 CET

Hi,
please help.

I've set up a 'svnserve' server for the very first time.
It's activated by xinetd via
service svn
{
        socket_type = stream
        wait = no
        user = svn
        server = /usr/bin/svnserve
        port = 3690
        server_args = -i -r /Save/SVN
        #Allow access from the local network (ie, 134.130.161.*)
        only_from = 134.130.161.0
        log_on_failure = ATTEMPT HOST

}

I can do 'svn list' from a client machine.
But as soon as I say
svn co ...
I get
svn: Can't find a temporary directory

First, I have no problems to check out a foreign repository
from this client. So, the client svn seems OK.
In addition I have set break points at any places
in the client svn where this error message is produced,
but the program never passes these breakpoints.
So most probably this error message comes from
svnserve (at the remote server).
What might be the reason. Of course the '/tmp'
directory is writable by anybody on both machines.

Both, client and server, use a freshly built version 1.1.3
of subversion.

Many thanks for a hint,

Helmut Jarausch

Lehrstuhl fuer Numerische Mathematik
RWTH - Aachen University
D 52056 Aachen, Germany

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Feb 9 11:42:18 2005

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

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