Bug 29112

Summary: svn-create-patch not making a patch relative to the WebKit root
Product: WebKit Reporter: Cameron McCormack (:heycam) <heycam>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: eric, joepeck
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac (Intel)   
OS: OS X 10.4   
See Also: https://bugs.webkit.org/show_bug.cgi?id=31110

Description Cameron McCormack (:heycam) 2009-09-09 17:13:54 PDT
I haven't investigated why the bug 26999 fix doesn't work for me here.

$ pwd
/Users/cam/svn/WebKit-2/WebKitTools
$ echo >>Scripts/svn-create-patch
$ ./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};
 }
 
+
Comment 1 Cameron McCormack (:heycam) 2009-09-09 17:14:23 PDT
(Ignore the extra "$ ./Scripts/svn-create-patch" line in my output there!)