[Webkit-unassigned] [Bug 167906] svn-create-patch duplicating deletes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 6 16:29:10 PST 2017


https://bugs.webkit.org/show_bug.cgi?id=167906

--- Comment #1 from Jonathan Bedard <jbedard at apple.com> ---
I was able to reproduce this.

This is a bug in svn-create-patch.  If you delete a file and then move the directory the file that was deleted is in, the resulting patch will have duplicated the delete.  The commands to reproduce this are:

rm SomeDir/file.txt
svn rm SomeDir/file.txt
svn mv SomeDir SomeNewDir

I would guess that this was caused by https://bugs.webkit.org/show_bug.cgi?id=167169.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170207/b353d956/attachment.html>


More information about the webkit-unassigned mailing list