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

Re: patch newline in log messages

From: Olleg Samoylov <olleg_at_mipt.ru>
Date: 2006-02-28 13:51:45 CET

Philip Martin wrote:
> The two log messages "foo" and "foo\n" currently show up as different
> because they are different. Why is that bad? Why should Subversion
> hide the difference? If hiding the difference really is the right
> thing to do then what about: "foo\n\n", "\n\nfoo\n\n", "foo \n",
> should they be made to look the same as well?

Because user don't enter newline. User enter the same message with "svn
ci -m" and with "svn ci" and text editor. Subversion in case of text
editor add '\n' at the end of log message, in case of "svn ci -m" not.

"svn log" must show only log message writed by user, nor more nor less.

If you can't undestand yet, try read this mail thread from the beginning.

-- 
Olleg Samoylov

Received on Tue Feb 28 13:53:01 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.