Xcode (3.1), Subversion, and multiple source trees
Xcode (3.1), Subversion, and multiple source trees
- Subject: Xcode (3.1), Subversion, and multiple source trees
- From: "Doug Knowles" <email@hidden>
- Date: Tue, 9 Sep 2008 10:16:08 -0400
Hi, all,
I'm working on an application with multiple Xcode projects and two distinct source trees: a Mac-specific tree and a common cross-platform tree, something like this:
XplatformRoot
. frameworkLib
. utilLib
. systemLib
MacRoot
. apps
. . desktopApp
. . . desktopApp.xcodeproj
. . auxApp
. . . auxApp.xcodeProj
. frameworkLib
. . framework.xcodeproj
. utilLib
. . util.xcodeproj
. systemLib
. . system.xcodeproj
The projects in the MacRoot tree include sources from the XplatformRoot tree as needed.
We'd like to manage the source with Subversion via Xcode, but apparently Xcode only works on the current project source tree. I found a couple of threads from last year that suggested that we could re-define the project root(s) as the common parent directory of XplatformRoot and MacRoot, but apparently that common parent directory has to be a Subversion working directory as well.
As I understand it, to achieve this, we would need to re-organize our Subversion repository to move the two source trees under a common root directory. The only way I can see to do this is to create a branch of the XplatformRoot subtree (which needs to stand alone in our repository), and keep the branch in sync with the cross-platform truck via merging.
Is this the right approach? Or am I missing an easier solution?
TIA,
Doug Knowles
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden