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

Re: Investigation of slow performance with bringing up the show log dialog

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Tue, 2 Aug 2016 22:11:59 +0200

On 02.08.2016 13:54, Stefan Hett wrote:
> Hi,
>
> any idea/word on the issue pointed out in the mail here:
> http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=757&dsMessageId=3180350
> ?
>
> Any idea whether this should/could be improved on TSVN's side? I'd be
> willing to spend some time on writing/proposing a patch, but it would
> certainly help if someone with a deeper knowledge on the TSVN
> design/code could review my investigation and maybe point me to the
> right/best way to deal with the case.

Well, TSVN really calls svn_client_mergeinfo_log2() with the full rev
range. It has to: it can't know the range before calling that function.
SVN itself will stop where the branch was created from.
Also, with a current svn server, that call should not take much time at all.

Not sure how you would improve that situation...

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest interface to (Sub)version control
    /_/   \_\     http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=757&dsMessageId=3180997
To unsubscribe from this discussion, e-mail: [dev-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2016-08-02 22:12:08 CEST

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.