On Thu, Feb 9, 2012 at 21:53, Daniel Shahaf <[email protected]> wrote: > Nick Hengeveld wrote on Thu, Feb 09, 2012 at 17:29:14 -0800: >... >> What's the best way to track down issues like this? I'm not currently >> familiar >> with svn client debugging but would be happy to learn. >> > > For svn client debugging, the first thing to do is to build > --enable-maintainer-mode; this enables stricter compiler warnings > and internal debugging checks (guarded by '#ifdef SVN_DEBUG').
In this case, the server-side work would seem to be two-fold: 1) look at the send-all property. ra_serf simply omits it, so it should default to "false" 2) ensure the server responds well to pipelined GET requests. these can be full-text, or (preferably) delta'd responses Cheers, -g

