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

Re: ra_svn log limit and compat

From: Chia-liang Kao <clkao_at_clkao.org>
Date: 2005-02-23 17:05:22 CET

On Wed, Feb 23, 2005 at 11:01:53AM -0500, Garrett Rooney wrote:
> Well, I can "fix" it in that I can make it work similarly to the way it
> works via DAV, just pulling down all the data and dropping it on the
> floor, but that kind of sucks since it means you have to actually wait
> for the whole log response to come back before you can return control to
> the user.
>
> Honestly, I never expected people to be reusing the connection...

svk reuses ra session wherever possible.

> Can anyone think of a better way to deal with this?

I've just committed workaround to svn::mirror::ra, to use my own
limit-emulating thing for 1.1 clients. It works in the way that
several get_log are called to construct the wanted limited logs
as close as possible.

Cheers,
CLK

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Feb 23 21:40:45 2005

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.