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

Re: svn commit: r1348131 - /subversion/trunk/subversion/libsvn_ra_serf/update.c

From: Mark Phippard <markphip_at_gmail.com>
Date: Fri, 8 Jun 2012 13:41:46 -0400

On Fri, Jun 8, 2012 at 12:01 PM, <cmpilato_at_apache.org> wrote:
> Author: cmpilato
> Date: Fri Jun  8 16:01:00 2012
> New Revision: 1348131
>
> URL: http://svn.apache.org/viewvc?rev=1348131&view=rev
> Log:
> Finish issue #4179 by eliminating no-op HEAD requests from ra_serf's
> checkout/update logic.

Nice! This makes your other change of eliminating GET requests really
fly, at least in an idealized scenario.

$ time svn up --set-depth=infinity trunk/
Updating 'trunk':
Updated to revision 1348164.

real 1m26.184s
user 0m8.559s
sys 0m5.746s

$ time svn up --set-depth=infinity ev2-export/
Updating 'ev2-export':
...
Updated to revision 1348164.

real 0m30.378s
user 0m5.473s
sys 0m3.866s

-- 
Thanks
Mark Phippard
http://markphip.blogspot.com/
Received on 2012-06-08 19:42:19 CEST

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.