[Webkit-unassigned] [Bug 14590] svn-create-patch fails when svn mv is used on directory trees

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jul 14 13:14:51 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=14590





------- Comment #5 from ddkilzer at webkit.org  2007-07-14 13:14 PDT -------
(In reply to comment #3)
> 1. For each file in the moved/copied directory hierarchy, do the same thing for
> an individual moved/copied file.  Then svn-appy and svn-unapply would have to
> "recognize" that an entire directory tree had changed.

Obviously this doesn't scale well at all, so it should not be done.

> 2. Come up with a way to describe the directory tree move/copy so that patch(1)
> would ignore it, but svn-appy and svn-unapply would handle it properly.

This is the better approach.  Although patch(1) would ignore this, it's
probably okay because a directory move/rename is really outside the scope of
what patch(1) was intended to be used for.  The only question is:  What should
this look like?


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list