• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: SourceForge Projet to Xcode
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

  • Follow-Ups:
    • Re: SourceForge Projet to Xcode
      • From: "Glenn L. Austin" <email@hidden>
References: 
 >SourceForge Projet to Xcode (From: Felix Hallmann <email@hidden>)

  • Prev by Date: question about using external build target
  • Next by Date: Building in the install location
  • Previous by thread: SourceForge Projet to Xcode
  • Next by thread: Re: SourceForge Projet to Xcode
  • Index(es):
    • Date
    • Thread