[webkit-reviews] review requested: [Bug 34871] svn-apply errors out when removing directories in git : [Attachment 53082] [PATCH] Remove Directories in Git

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


Joseph Pecoraro <joepeck at webkit.org> has asked	for review:
Bug 34871: svn-apply errors out when removing directories in git
https://bugs.webkit.org/show_bug.cgi?id=34871

Attachment 53082: [PATCH] Remove Directories in Git
https://bugs.webkit.org/attachment.cgi?id=53082&action=review

------- Additional Comments from Joseph Pecoraro <joepeck at webkit.org>
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.


More information about the webkit-reviews mailing list