Bug 29112
| Summary: | svn-create-patch not making a patch relative to the WebKit root | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Cameron McCormack (:heycam) <heycam> |
| Component: | Tools / Tests | Assignee: | 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 | ||
Cameron McCormack (:heycam)
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Cameron McCormack (:heycam)
(Ignore the extra "$ ./Scripts/svn-create-patch" line in my output there!)