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

Re: [Issue 1069] Changed - Ran out of file descriptors while running svn merge

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-03-04 23:30:56 CET

Branko Čibej <brane@xbc.nu> writes:

> >+ But at no point does the editor ever call RA->open(). It uses the
> >+ *already* open ra_session2 to do all GET requests. So in the case of
> >+ ra_local, I can't see any reason why the repository/fs would ever be
> >+ explicitly opened more than twice.
> >+
> >+ Still investigating.
> >
> >
> The second open is in svn_ra_local__split_URL.

Huh? I'm not understanding you at all.

RA->open() calls that internal function over and over, until it
doesn't return error anymore, i.e. it actually succeeded in finding a
BDB environment to open. That's exactly one opening of the BDB
environment... one per RA->open() call.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Mar 4 21:31:58 2003

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.