Re: Shared builds folder vs. trunk and branch builds: any better solutions?
Re: Shared builds folder vs. trunk and branch builds: any better solutions?
- Subject: Re: Shared builds folder vs. trunk and branch builds: any better solutions?
- From: Paul Walmsley <email@hidden>
- Date: Mon, 11 Dec 2006 09:33:59 +0000
This system works well when I'm only working on trunk builds. If I
start working on the release branch (or worse, trunk, the release
branch, and a feature/sandbox branch) things fall down. When I jump
from trunk to the branch, I have to remember to clean then build.
We get around this problem by setting up the build directory to be
relative to the source root:
<source root>
- <Build dir>
- <Library1>
- <Library2>
etc...
Each library is then set up to use a build directory of ../Build. This
means you can have multiple source trees for different branches, each in
their own sandbox. We haven't come across any particular problems using
this technique.
Paul
_______________________________________________
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