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

Re: Problems with the merge log message templates

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Fri, 05 Jun 2015 20:59:43 +0200

On 05.06.2015 11:30, Martin Bischoff wrote:

> Hmm, just tried it with 1.8.99, build 26557 (rebooted after
> installation, each test made in a new checkout of branch "b1").
>
> It fixes the case where I merge revisions 5 and 11 (which are the last
> two revisions on trunk).
>
> But when I merge revisions 4 and 11, then I get this strange result:
>
> -------------------------------------------------------------------
> Merged revision(s) -4, 4, 3, 1, 11, 11, 5, 4, 3, 1-, -r4, r4, r3, r1,
> r11, r11, r5, r4, r3, r1-, -4, 11- from trunk:

Fixed the double revisions in r26558.

> r4 (author-name):
> msg of r4
> ~~~~~~~~~~~~~~~~~~~~~
>
> r3 (author-name):
> msg of r4
> ~~~~~~~~~~~~~~~~~~~~~
>
> r1 (author-name):
> msg of r4
> ~~~~~~~~~~~~~~~~~~~~~
>
> r11 (author-name):
> msg of r4
> ~~~~~~~~~~~~~~~~~~~~~
>
> r5 (author-name):
> msg of r4
> ~~~~~~~~~~~~~~~~~~~~~
>
> r4 (author-name):
> msg of r4
> ~~~~~~~~~~~~~~~~~~~~~
>
> r3 (author-name):
> msg of r4
> ~~~~~~~~~~~~~~~~~~~~~
>
> r1 (author-name):
> msg of r4
> ~~~~~~~~~~~~~~~~~~~~~
> -------------------------------------------------------------------
>
> Also the merge seems to be quite slow (> 10 seconds for an almost
> empty repository).

Clear the log cache (Settings->save data->clear). The log cache is used
to figure out which revisions in a range were actually merged.

Maybe that will fix this.

> BTW: would it be possible to support the keyword {revr} in the
> template for the merged revisions? Or even {revisionr} to make it
> consistent with the keywords supported in the title-template.

{revisionsr} is used for multiple revisions. But for the single
revisions in the template for merged revisions there's no need for
another keyword. Just use "r{rev}".

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest interface to (Sub)version control
    /_/   \_\     http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=3121128
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2015-06-05 20:59:49 CEST

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.