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?

