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

Re: svn commit: r11155 - in trunk/subversion: clients/cmdline include libsvn_client libsvn_ra_dav libsvn_ra_local libsvn_ra_svn libsvn_repos mod_dav_svn svnserve tests/clients/cmdline/getopt_tests_data

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2004-09-28 04:37:39 CEST

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

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.