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

Re: Cannot checkout but can list

From: Ryan Schmidt <subversion-2007a_at_ryandesign.com>
Date: 2007-01-11 21:22:18 CET

On Jan 11, 2007, at 10:02, Zsolt Koppany wrote:

> I can list the content of a repository via:
>
> svn list http://HOST/svn/repos
>
> but the command below gives me an error:
>
> svn checkout http://HOST/svn/repos
>
> svn: REPORT request failed on '/svn/repos/!svn/vcc/default'
> svn: Can't find a temporary directory: Error string not specified yet
>
> I use subversion-1.4.2
>
> What is the problem?

I searched Google for the string "Can't find a temporary directory:
Error string not specified yet" and found these threads about this
problem:

http://www.svnforum.org/2017/viewtopic.php?t=1091

http://www.svnforum.org/2017/viewtopic.php?p=6029

They suggest that this problem will occur if your APR is too old. You
should be using at least APR 0.9.7. What version are you using? What
OS is this running on? What version of Apache do you have? Note that
Apache and Subversion will both need to be compiled against the same
version of APR.

Are you also sure that you do in fact have a temporary directory
(such as /tmp on a Unix-like system) and that it is writable and that
there is some disk space left on that drive?

-- 
To reply to the mailing list, please use your mailer's Reply To All  
function
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jan 11 22:56:14 2007

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.