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

Re: issue 1715: speed up 'svn blame'

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-07-18 23:43:52 CEST

On Sun, 2004-07-18 at 14:57, Martin Dorey wrote:
> I just tried subversion-1.1.0-rc1.tar.bz2 to see if it would help my
> svn blame speed issue. It was roughly the same speed in this test as
> version 1.0.5:

Did you upgrade the server?

The 'svn blame' speedup results from the fact that the client now has
the ablitity to ask the server for a 'stream of file deltas' in a single
request, rather than having to send repeated requests for every single
full-text version of a file.

But, if you don't upgrade the server to 1.1, it lacks this ability, so
the client has to resort to the old, inefficien method.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Jul 18 23:46:05 2004

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.