Bug 13211 - Move JavaScriptCore mac project files for apollo port
Summary: Move JavaScriptCore mac project files for apollo port
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 523.x (Safari 3)
Hardware: Other OS X 10.4
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-27 17:38 PDT by Chris Brichford
Modified: 2007-04-27 01:04 PDT (History)
0 users

See Also:


Attachments
Patch to move JSCore project files for mac version of apollo port. (160.89 KB, patch)
2007-03-27 18:04 PDT, Chris Brichford
timothy: review+
Details | Formatted Diff | Diff
Another version of the same patch that actually seems to work svn-apply (161.01 KB, patch)
2007-03-28 17:08 PDT, Chris Brichford
no flags Details | Formatted Diff | Diff
Even more reliable patch. (159.12 KB, patch)
2007-03-28 17:11 PDT, Chris Brichford
timothy: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Brichford 2007-03-27 17:38:10 PDT
Move JavaScriptCore mac project files for apollo port from JavaScriptCore/JavaScriptCore.apolloproj/mac/JavaScriptCore to JavaScriptCore/JavaScriptCore.apolloproj/mac
Comment 1 Chris Brichford 2007-03-27 18:04:48 PDT
Created attachment 13837 [details]
Patch to move JSCore project files for mac version of apollo port.
Comment 2 Timothy Hatcher 2007-03-27 18:12:44 PDT
Comment on attachment 13837 [details]
Patch to move JSCore project files for mac version of apollo port.

r=me
Comment 3 Chris Brichford 2007-03-28 17:08:56 PDT
Created attachment 13853 [details]
Another version of the same patch that actually seems to work svn-apply

Original patch does not seem to patch the pbxproj properly when I run svn-apply.
Comment 4 Chris Brichford 2007-03-28 17:11:57 PDT
Created attachment 13854 [details]
Even more reliable patch. 

 Seems to be some horrible problem with rename of pbxproj file.  This patch is just a sequence of adds and deletes.  No move's.  Can be applied and unapplied reliably without errors.
Comment 5 Timothy Hatcher 2007-04-04 11:38:09 PDT
Comment on attachment 13854 [details]
Even more reliable patch. 

The svn-create-patch script handles "svn mv" correctly.
Comment 6 Mark Rowe (bdash) 2007-04-27 01:04:33 PDT
Landed in r21139.  Sorry for the delay in getting this landed.