On Fri, Jun 8, 2012 at 12:01 PM, <cmpil...@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/