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

Re: Update to revision

From: John Cowan <cowan_at_mercury.ccil.org>
Date: Thu, 7 Feb 2013 14:18:59 -0500

Dale McCoy scripsit:

> Should TortoiseSVN request the whole log (Consider that the subversion
> library is around revision 1,500,000.

No need for that. 20 individual requests (at most) would enable you to
find the earliest log entry you needed to retrieve with perfect precision,
and in practice you probably wouldn't need to bother with all 20. (It's a
binary search.) Then you just fetch the log from that point forwards.

Also, that's an extreme case. A few thousand log entries would require
only 10 individual requests.

-- 
John Cowan                                cowan_at_ccil.org
I amar prestar aen, han mathon ne nen,    http://www.ccil.org/~cowan
han mathon ne chae, a han noston ne 'wilith.  --Galadriel, LOTR:FOTR
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=3048024
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2013-02-07 20:19:07 CET

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

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