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

Re: [tortoisesvn] r20851 committed - short string messages should be limited to approx. 2 lines of text on ...

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Sat, 12 Feb 2011 09:30:58 +0100

On 12.02.2011 05:51, tortoisesvn_at_googlecode.com wrote:
> Revision: 20851
> Author: stefan.fuhrmann.1974
> Date: Fri Feb 11 20:46:51 2011
> Log: short string messages should be limited to approx. 2 lines of text on
> the screen
> (look for commit messages generated by svnmerge for an example)
> http://code.google.com/p/tortoisesvn/source/detail?r=20851
>
> Modified:
> /trunk/src/TortoiseProc/ProjectProperties.cpp
>
> =======================================
> --- /trunk/src/TortoiseProc/ProjectProperties.cpp Sat Feb 5 16:35:57 2011
> +++ /trunk/src/TortoiseProc/ProjectProperties.cpp Fri Feb 11 20:46:51 2011
> @@ -810,14 +810,16 @@
> }
> sRet.Trim();
>
> - if (sRet.IsEmpty())
> - return sMessage;
> -
> return sRet;

Not sure why you removed that, but it's required. I added it back in r20854.

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=2703532
To unsubscribe from this discussion, e-mail: [dev-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2011-02-12 09:31:13 CET

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.