Re: Optimizing SVN switch
From: C. Michael Pilato <cmpilato_at_collab.net>
 
Date: 2004-04-09 21:35:44 CEST 
Bill Soudan <bill@soudan.net> writes:
 > I don't know much about the SVN internals yet but it looks like
 You're absolutely right:
 > >   5.9175s - read wcprops for each file & dir & then set to 'END'
 Yes, this is the "clean 'em out" walk.
 > > 143.1844s - read wcprops for each file & dir & then set to new value
 And this is the "set 'em up" walk.
 We have two walks because the wc-props are a cache system, and bad
 We could lose the second of these walks and amortize the cost of
 We could probably speed up the first of the walks by just 'rm-ing' the
 ---------------------------------------------------------------------
  | 
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.