Re: SourceForge Projet to Xcode
Re: SourceForge Projet to Xcode
- Subject: Re: SourceForge Projet to Xcode
- From: Mark Lentczner <email@hidden>
- Date: Wed, 14 Jan 2004 08:38:52 -0800
I want contribute to an existing CVS based Project (java/swing) at SF.
Here are some Questions:
How can I create such a project in Xcode?
1. Create a project directory: ~/Projects/sf-cool-java-project
2. Do a CVS checkout in your project directory in the shell:
$ cd ~/projects/sf-cool-java-project
$ export CVS_RSH=ssh
$ cvs -z3
-d:ext:email@hidden:/cvsroot/cool-java-project
module-name
This will ensure that you have all the vagaries of CVS working, and set
up the proper files in the project directory so that Xcode can
configure CVS.
Important: You must do the checkout with the command-line cvs command.
You can't use any of the three Mac OS X graphical CVS clients because
they use a different format to store Repository and Root information.
Actually, they use three different formats, and so are incompatible
with each other as well! jCVS, a Java based graphical client, does
appear to use the same file format as the cvs command line, so perhaps
it would work, I haven't verified it.
3. Launch Xcode and create a new project and put it in the module
directory:
~/Projects/sf-cool-java-project/module-name
How can I add all project files to Xcode?
Create one or more groups in the project to hold the sources. Then,
drag and drop the files from the finder into these groups in the
project.
Lastly, if you want CVS to work from within Xcode, follow my
instructions in this prior post:
http://lists.apple.com/mhonarc/xcode-users/msg02214.html
- Mark
P.S.: When, oh when, will this list finally get added to Apple page of
searchable list archives?
Mark Lentczner
email@hidden
http://www.wheatfarm.org/
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.