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

Why merge is so slow? (was Re: svn commit: r926210 - /subversion/trunk/notes/meetings/svn-vision-agenda)

From: Ivan Zhakov <ivan_at_visualsvn.com>
Date: Tue, 23 Mar 2010 00:14:51 +0300

On Mon, Mar 22, 2010 at 20:37, <hwright_at_apache.org> wrote:
> +Some other random stuff Hyrum would like to talk about:
> + * Why is merge slow (compared to $OTHER_SYSTEM)?
> +   - Is it endemic to Subversion's architecture, or can it be fixed?
My opinion that merge is slow because it's client driven. Client
perform a lot of requests to decide what revisions and files to merge.
Just an idea: move this logic to server side and use slightly extended
reporter/editor to apply changes on client.

-- 
Ivan Zhakov
VisualSVN Team
Received on 2010-03-22 22:15:22 CET

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.