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

Re: Problem with svn cat

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-10-17 00:31:57 CEST

Jason Rust <jrust@rustyparts.com> writes:

> I'm trying to get chora (http://horde.org) up and running with
> subversion and keep hitting the following problem:
> When apache tries to run svn cat file:///path/to/file it gives the
> error:
> svn: Ran out of unique names
> svn: svn_io_open_unique_file: unable to make name for ''

This is caused by a permissions error. You probably don't have
permission to write tmpfiles in the current working directory.

>
> Is there a directory that svn uses for its temporary files that needs to
> be writable by apache for this to work?

This is a known bug, already fixed, but waiting for a new APR (Apache)
release before we can roll out the fix. The fix creates tmpfiles in a
proper system tmpdir, like /tmp.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Oct 17 00:34:58 2003

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.