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

Re: [TSVN] Performance issues with new log feature

From: Simon Large <slarge_at_slarge.plus.com>
Date: 2005-04-25 21:18:27 CEST

SteveKing wrote:
> Mark Phippard wrote:
>
>> But I thought when the svn client library was talking to a 1.1
>> server, it did the filtering locally, since the server did not
>> support the feature?
>
> I don't know about that. Maybe it does, but I couldn't see any network
> activity the last time I checked. Only at the very end where the 100
> entries were shown.

Yes, that is true. If you use a 1.1 server it doesn't understand the
'limit' parameter, so it returns everything. There was a brief
discussion about this on the SVN list months ago when the feature was
introduced in trunk.

Is it possible to detect what the server version is from a client call?
If so you could quert that the first time 'Next100' is pressed. Then for
(server < 1.2) you ask for 100 revisions, for (server >= 1.2) you ask
for 100 messages.

Simon

-- 
       ___
  oo  // \\      "De Chelonian Mobile"
 (_,\/ \_/ \     TortoiseSVN
   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
   /_/   \_\     http://tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Mon Apr 25 21:24:51 2005

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.