[Webkit-unassigned] [Bug 9571] Teach svn-apply and svn-unapply to handle directory adds and removes better

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Sun Jun 25 10:07:03 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=9571


darin at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #9013|review?                     |review+
               Flag|                            |




------- Comment #2 from darin at apple.com  2006-06-25 10:06 PDT -------
(From update of attachment 9013)
+        if (exists $removeDirectoryIgnoreList{$_}) {
+            0;
+        }
+        elsif (! -d File::Spec->catdir($dir, $_)) {
+            1;
+        }
+        else {

Our formatting would be:

    } elsif

not

    }
    elsif

I'm not sure that svn revert is the right thing to do in svn-unapply, but I
can't think of any other way to bring the file back. Ideally the file would
come back with the contents from the patch rather than the current contents in
Subversion?

r=me


-- 
Configure bugmail: http://bugzilla.opendarwin.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