On Wed, Jun 26, 2013 at 2:52 PM, Stefan Sperling <[email protected]> wrote:
> On Wed, Jun 26, 2013 at 02:46:29PM +0200, Stefan Sperling wrote: > > I think this block of code should either enforce and fulfill the > > API contract in the exact same way as svn_ra_get_location_segments() > > does, or it should not exist at all. I don't think we should bother > > with optimizations that don't behave exactly like the non-optimized case. > > Another idea: what about moving this special case handling into > libsvn_ra itself, rather than having it in libsvn_client? > The server-side implementation is pretty efficient already. This has been about the extra network roundtrip (Interwebs!). r1496957 accomplishes that optimization now. -- Stefan^2.

