[Webkit-unassigned] [Bug 29059] svn-apply doesn't handle changes to files copied to new directories properly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 9 16:58:53 PDT 2009


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





--- Comment #11 from Cameron McCormack <cam at mcc.id.au>  2009-09-09 16:58:53 PDT ---
(In reply to comment #7)
> svn-create-patch will make patches with full paths regardless of where you run
> it from.  Unless you're running an old version somehow?

Seems not (at least not on my machine):

$ pwd
/Users/cam/svn/WebKit-2/WebKitTools
$ echo >>Scripts/svn-create-patch
$ ./Scripts/svn-create-patch 
Index: Scripts/svn-create-patch
===================================================================
--- Scripts/svn-create-patch    (revision 48236)
+++ Scripts/svn-create-patch    (working copy)
@@ -457,3 +457,4 @@ sub testfilecmp($$)
     return $fileDataA->{isTestFile} <=> $fileDataB->{isTestFile};
 }

+
$ svn diff -rBASE:HEAD Scripts/svn-create-patch
$

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