Re: [PATCH][REPOST] Don't add extra blank line to log messages
From: C. Michael Pilato <cmpilato_at_collab.net>
Date: 2004-03-27 22:10:39 CET
Patrik RÃ¥dman <pradman@abo.fi> writes:
> I didn't receive any comments to the first posting of this patch, so here
Your explanation was fine. I'd been meaning to respond, but obviously
The "bug" you're seeing is driver error. You can't compare the usage
### First, create a new repos, checkout a working copy, and enter the wc.
$ svnadmin create repos; svn co file://`pwd`/repos wc; cd wc
### Now, add a file, and commit with -m.
$ echo `date` > foo
### Now, change the file, and commit with an external message file.
$ echo `date` > foo
### Finally, I change the file again, and commit using $EDITOR. My
$ echo `date` > foo
### Alrighty, the moment of truth. I update my working copy, and run
$ svn up > /dev/null
No extra lines, please
No extra lines, please
No extra lines, please
### And, as you can see, when comparing apples to apples, they look
---------------------------------------------------------------------
|
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.