Re: Multiple development
Re: Multiple development
- Subject: Re: Multiple development
- From: Nick Zitzmann <email@hidden>
- Date: Fri, 9 Jul 2004 00:20:29 -0600
On Jul 8, 2004, at 11:45 PM, klee04 wrote:
Is there a way to use a make file to
build all the components developed by different people?
That's what Xcode is for - taking all of the parts of the project and
building it together. It's a lot simpler than writing a makefile.
I want to automate
the build process, and we will use Mac CVS.
I'd recommend you use Subversion instead. CVS has a lot of problems,
e.g. you can't rename files that are checked into a repository.
Although Xcode offers built-in CVS support and doesn't support
Subversion, IMHO Subversion is the future of free SCM systems.
<
http://subversion.tigris.org/>
Nick Zitzmann
<
http://www.chronosnet.com/>
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.