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

Re: JavaHL logMessages only one callback

From: Mark Phippard <markphip_at_gmail.com>
Date: Wed, 19 Aug 2015 11:31:13 -0400

On Wed, Aug 19, 2015 at 11:18 AM, corneil.duplessis_at_gmail.com <
corneil.duplessis_at_gmail.com> wrote:

> Thanks, the following worked and only difference was the order of the
> callbacks.
>
> RevisionRange(Revision.getInstance(0), Revision.HEAD)
> RevisionRange(Revision.HEAD, Revision.getInstance(0))
>
>
You want to do the latter if possible. The server can process -r HEAD:0
significantly faster than it can process -r 0:HEAD

-- 
Thanks
Mark Phippard
http://markphip.blogspot.com/
Received on 2015-08-19 17:31:35 CEST

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

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