[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Error While Checking out Git Repository

From: Greg Stein <gstein_at_gmail.com>
Date: Thu, 9 Feb 2012 21:56:38 -0500

On Thu, Feb 9, 2012 at 21:53, Daniel Shahaf <danielsh_at_elego.de> 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
Received on 2012-02-10 03:57:14 CET

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.