http://rapidsvn.tigris.org/issues/show_bug.cgi?id=514
------- Additional comments from petrpitka tigris.org Thu Apr 10 00:34:30 -0700 2008 -------
The attached patch converts all CR and LF characters in log
message into spaces
(only if there is not space before this character). I am not
sure but I think
that in SVN log message can be only LF characters, so this
code should be simply
replaced by wxString::Replace function (the commented part
in attached patch).
Both variants were tested on Windows XP (wxMSW 2.8.6).
Maybe it would be good to convert tab characters as well, I
didn't test it.
------------------------------------------------------------
---------
To unsubscribe, e-mail: issues-unsubscribe rapidsvn.tigris.org
For additional commands, e-mail: issues-help rapidsvn.tigris.org
|