[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: Martin Dorey <mdorey_at_bluearc.com>
Date: 2004-07-19 17:34:02 CEST

Ø Did you upgrade the server?

 

Doh, thanks. The same test now takes a much more reasonable:

 

real 0m3.647s

user 0m0.099s

sys 0m0.079s

 

Job's a good un.

--
Martin, BlueArc Engineering 
 
 
-----Original Message-----
From: Ben Collins-Sussman [mailto:sussman@collab.net] 
Sent: Sunday, July 18, 2004 10:44 PM
To: Martin Dorey
Cc: users@subversion.tigris.org; Martin Dorey
Subject: Re: issue 1715: speed up 'svn blame'
 
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.
 
 
Received on Mon Jul 19 17:34:50 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.