On Wed, May 18, 2011 at 9:15 AM, Arwin Arni <ar...@collab.net> wrote: > Hi All, > > I have attached a test case for Issue 3867 > (http://subversion.tigris.org/issues/show_bug.cgi?id=3867) > > Issue Summary: > reintegrate merges create mergeinfo for non-existent paths > > Regards, > Arwin Arni
Thanks Arwin. I committed your test in r1124283. I made a few minor tweaks to it: 1) Removed some of the pre-branching "trunk" edits, since one or two is sufficient to demonstrate the bug. 2) Removed the additional "trunk" edits after you made the branch, since these aren't relevant to the issue. Instead I made a single edit on the "branch" and then synced the "branch" with "trunk", so we are following the common use case of reintegrate. 3) Added some short informative log messages to the text edit commits rather than simply "m". 4) In the log message I added this leading line: "Add a test for issue #3867 'reintegrate merges create mergeinfo for non-existent paths'" I find it useful to have the summary of the issue spelled out in the log message. This helps the log message stand on it's own a bit better (for those of use who haven't memorized all of the issue numbers :-) Paul