[Webkit-unassigned] [Bug 34871] svn-apply errors out when removing directories in git

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Apr 11 01:34:16 PDT 2010


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


Joseph Pecoraro <joepeck at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #53082|                            |review?
               Flag|                            |




--- Comment #2 from Joseph Pecoraro <joepeck at webkit.org>  2010-04-11 01:34:16 PST ---
Created an attachment (id=53082)
 --> (https://bugs.webkit.org/attachment.cgi?id=53082)
[PATCH] Remove Directories in Git

Note that git rm's "--ignore-unmatch" is available on my system's (Snow
Leopard) default git version 1.6.2 and in the newest git 1.7+. I'm pretty sure
it would be available on any system with git installed, but I don't know what
the rule is here.

I tested this on a git checkout:

  - remove a directory
  - create a patch > $patch
  - reset hard
  - apply patch to svn-apply
  - svn-apply --force $patch
  - SUCCEEDED

I have not tested this on a svn checkout.

-- 
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