NEW 29112
svn-create-patch not making a patch relative to the WebKit root
https://bugs.webkit.org/show_bug.cgi?id=29112
Summary svn-create-patch not making a patch relative to the WebKit root
Cameron McCormack (:heycam)
Reported 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}; } +
Attachments
Cameron McCormack (:heycam)
Comment 1 2009-09-09 17:14:23 PDT
(Ignore the extra "$ ./Scripts/svn-create-patch" line in my output there!)
Note You need to log in before you can comment on or make changes to this bug.