[Webkit-unassigned] [Bug 26999] bugzilla-tool/svn-apply can't handle patches made from a non-root directory

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 8 09:00:34 PDT 2009


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


Joseph Pecoraro <joepeck02 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |joepeck02 at gmail.com




--- Comment #1 from Joseph Pecoraro <joepeck02 at gmail.com>  2009-07-08 09:00:33 PDT ---
Should this be handled on the patch generation side? By changing
WebKit/WebKitTools/Scripts/svn-create-patch?

Calculate the path difference between the current working directory and the
WebKit root (substring of the pwd).  Run generateFileList() as normal from the
pwd.  Now you have the list of all files changed from the pwd (current
behavior) but you can change directory to the WebKit root and run the diffs
from the root (for `svn diff`).

Or should this be handled on the applying side?

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



More information about the webkit-unassigned mailing list