[Webkit-unassigned] [Bug 28623] svn-[un]apply should change directories to the repository root before [un]applying
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Aug 21 14:59:40 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=28623
Joseph Pecoraro <joepeck at webkit.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #38392|0 |1
is obsolete| |
Attachment #38399| |review?
Flag| |
--- Comment #8 from Joseph Pecoraro <joepeck at webkit.org> 2009-08-21 14:59:40 PDT ---
Created an attachment (id=38399)
--> (https://bugs.webkit.org/attachment.cgi?id=38399)
[PATCH] Quick Fix
Okay, it turns out that svn-apply and svn-unapply work with git too (with the
exception of an error I ran into with that I attempted to fix svn-unapply).
Note that this always jumps back to the repository root to apply to patch.
This is compatible with svn-create-patch. The optimal solution would be to do
something like what pkasting suggested, to walk up the tree and try each
directory to see if the patch will apply from there. This would work not only
with patches made from the root, but also manual svn patches that are created
in the middle of the repository.
This was working in my test cases!
--
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