Re: Trying to check out a piece of code using SCM....
Re: Trying to check out a piece of code using SCM....
- Subject: Re: Trying to check out a piece of code using SCM....
- From: Andrew Pontious <email@hidden>
- Date: Mon, 13 Apr 2009 09:18:59 -0700
On Apr 7, 2009, at 5:44 PM, Brian OBrien wrote:
I am trying to check out a copy of CTP from its source code
repository.
I setup the repository under xcode and I manage to get as far as
getting an entire directory tree of the software.
However once I have the list of objects in the repository I can't do
anything with it.
All the buttons at the top except 'reload' and configure are disabled.
Protocol: Password server (:pserver)
Server: mirc.rsna.org
Port: 2401
Repository folder: /RSNA
Username: cvs-reader
Password: cvs-reader
Module: ClinicalTrialProcessor
How can I set this project up under xcode to build / modify it?
(It's java by the way.)
You didn't mention what version of Xcode you're using, but it sounds
like you're using Xcode 3.0 or greater, and that you're looking at the
the Repositories window, available in Xcode via the main menu bar: SCM
-> Repositories.
This window is a view into what's on the repository, not what's on
your local machine.
There should be a button to the right labeled Checkout. It may only be
active if you've selected one of the repositories you've set up, in
the Repositories column in the left-hand side of the window. Once
you've checked out your source code, and have opened an Xcode project
that's part of that source code, you should be able to see the status
of and perform SCM operations on your files and directories.
You should probably read the documentation about Xcode's SCM support.
Here's a link to the online documentation:
http://developer.apple.com/documentation/DeveloperTools/Conceptual/XcodeSourceManagement/Xcode_Source_Management.pdf
You will need to have an ADC account, and to log in to that account,
to get to the above link.
The same document, the Xcode Source Management Guide, should also be
available in your Xcode Documentation window, available under the Help
menu.
-- Andrew
_______________________________________________
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