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

[PATCH] svnlook: no more reporting extra newline in log message

From: Kristis Makris <mkgnu_at_gmx.net>
Date: 2004-08-18 07:00:42 CEST

I am using svn 1.0.0 to run:

$ svnlook info -r 5 /tmp/tempsv

If I commit a file in r5 with no log message, the output of the above
is:

[----------cut----------------]
mkgnu
2004-08-17 21:51:56 -0700 (Tue, 17 Aug 2004)
0

[----------cut----------------]

There seems to be an extra newline reported be svnlook info. This causes
integration hooks to assume an extra newline is part of the log message,
while this is not the case. I'm assuming the attached patch fixes this,
but did not test.

Would removing the extra newline be the right thing to do ?

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Received on Wed Aug 18 07:00:37 2004

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.