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

Re: svn: Ran out of unique names

From: mark benedetto king <mbk_at_lowlatency.com>
Date: 2003-10-13 23:31:45 CEST

On Mon, Oct 13, 2003 at 03:26:18PM -0500, kfogel@collab.net wrote:
> Roman Neuhauser <neuhauser@bellavista.cz> writes:
> > what is the cause of this message? how do I get rid of it? I'm getting
> > it from apache-spawned svn process when trying to get a diff. it works
> > just fine if I request the same diff in the shell.
> >
> > svn: Ran out of unique names
> > svn: svn_io_open_unique_file: unable to make name for 'tmp'
> >
> > hmm, looks like just about any `svn diff` run from apache causes this
> > error.
>

Is it possible that your apache process doesn't have write access
to the working dir in which the diff was executed?

That error message means "tried to create tmp.1, tmp.2, tmp.3, ...
tmp.999999, and couldn't create any of them".

Another possibility is that something has been leaving those temp
files behind, but I suspect that if you had one million leaked inodes
you'd know about it. :-)

--ben

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Oct 13 23:32:41 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.