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

Re: svn diff very slow with 1.0 server and 1.1 client

From: Stelian Pop <stelian_at_popies.net>
Date: 2005-02-02 16:09:24 CET

On Wed, Feb 02, 2005 at 08:56:58AM -0600, C. Michael Pilato wrote:

> Stelian Pop <stelian@popies.net> writes:
>
> > What I don't understand however is why the call to get_log() seems
> > to want *all* the logs between 'youngest' (a calculated revision)
> > and '1', instead of just getting the logs for the youngest revision:
> >
> > 622 /* Let the RA layer drive our log information handler, which will do
> > 623 the work of finding the actual locations for our resource.
> > 624 Notice that we always run on the youngest rev of the 3 inputs. */
> > 625 SVN_ERR (ra_lib->get_log (ra_session, targets, youngest, 1,
> > 626 TRUE, FALSE, log_receiver, &lrb, pool));
> >
> > Could someone familiar with this code or the inner workings of svn
> > comment on this ?
>
> We need all the logs between the youngest of the three input revisions
> and 1 so we can determine where the path existed in the other two
> revisions. Just fetching the log for the youngest won't tell us
> anything about the location of the path in the other two revisions.

But how does a 1.0 client resolv the situation then ? Because a
svn diff using a 1.0 client gets the diff in 5 seconds (compared to
the 10 minutes for the 1.1 client)...

Stelian.

-- 
Stelian Pop <stelian@popies.net>
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Feb 2 16:09:03 2005

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.