Bug 29112 - svn-create-patch not making a patch relative to the WebKit root
Summary: svn-create-patch not making a patch relative to the WebKit root
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac (Intel) OS X 10.4
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-09 17:13 PDT by Cameron McCormack (:heycam)
Modified: 2019-07-17 12:28 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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!)