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

Re: Property tsvn:mergelogtemplatemsgtitlebottom not working (bug)

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Fri, 14 Oct 2016 18:46:25 +0200

On 13.10.2016 16:33, jk_at_tut.by wrote:
> There is nothing changed when I changed merge log templates and set checkbox "Insert title at the bottom..."
> I think this error is cames from here https://sourceforge.net/p/tortoisesvn/code/HEAD/tree/trunk/src/TortoiseProc/ProjectProperties.cpp#l229
>
> BOOL ProjectProperties::ReadProps(CTSVNPath path)
> {
> ....
> if (sPropName.compare(PROJECTPROPNAME_MERGELOGTEMPLATETITLEBOTTOM) == 0)
> {
> CString val;
> val = sPropVal;
> val = val.Trim(L" \n\r\t");
> if ((val.CompareNoCase(L"true") == 0) || (val.CompareNoCase(L"yes") == 0))
> bFileListInEnglish = TRUE;
> else
> bFileListInEnglish = FALSE;
> }
> ....
> }
>
> as you can see here used bFileListInEnglish variable instead of bMergeLogTemplateMsgTitleBottom
>
> please fix this.

Fixed in r27496.

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=3189927
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2016-10-14 18:46:34 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.