Ben Collins-Sussman wrote:
> On Sep 27, 2004, at 8:22 PM, rooneg@tigris.org wrote:
>
>> Implement a '--limit' switch for 'svn log', which allows you to limit
>> the number of log entries returned.
>
>
> This is great!
>
> But it looks like the return of the "neon must suck all data from the
> socket before returning control" bug:
>
> If I cd into my svn trunk working copy and run 'svn log -l 1', it takes
> 10 seconds before I see the log, and 10 more seconds before the prompt
> returns.
>
> Or am I misdiagnosing?
Yeah, I couldn't find a work around for that. When working against an
old server it will still wait for all the data to show up before
finishing. Against a new server it will only pull down the data you
asked for, so you exit almost immediately. If anyone has a work around
for this, please, I'd love to hear it. My ra_dav knowledge is limited.
-garrett
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Sep 28 04:37:34 2004