[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: Branko Čibej <brane_at_xbc.nu>
Date: 2003-03-04 21:06:32 CET

issues@subversion.tigris.org wrote:

>http://subversion.tigris.org/issues/show_bug.cgi?id=1069
>
>*** Old
>--- New
>***************
>*** 89,91 ****
>--- 89,111 ----
>
> ------- Additional Comments From sussman@tigris.org 2003-03-04 09:33 PST -------
> Investigating.
>+
>+ ------- Additional Comments From sussman@tigris.org 2003-03-04 11:52 PST -------
>+ I think Brane's analysis of this problem is wrong.
>+
>+ 'svn diff' and 'svn merge' share 90% of the same code:
>+
>+ * Create ra_session1 and ra_session2 to the same source URL.
>+
>+ * Use ra_session1 to request a tree-delta between source and dest
>+ URLs. Parse the response, and push it through an editor.
>+
>+ * The editor uses ra_session2 to GET individual files. (Then puts them
>+ into tmpfiles and diffs them.)
>+
>+ 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.

-- 
Brane Čibej   <brane_at_xbc.nu>   http://www.xbc.nu/brane/
---------------------------------------------------------------------
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:09:23 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.