Re: Xcode 3 SCM Preference Pane Documentation
Re: Xcode 3 SCM Preference Pane Documentation
- Subject: Re: Xcode 3 SCM Preference Pane Documentation
- From: Chris Hanson <email@hidden>
- Date: Sat, 3 Nov 2007 17:43:50 -0700
On Nov 3, 2007, at 10:13 AM, Dave Camp wrote:
I have noted this same problem with pre-existing subversion
sandboxes (svn+ssh in my case). I think the problem is that Xcode
only seems to work with sandboxes checked out via the Repositories
window, which is incorrect.
Xcode should work fine with Subversion work areas checked out from the
command line.
Just do an "svn info" on the work area, and paste the Repository Root
value returned by it into a Repository entry in Xcode's SCM
preferences. Then you can open a project from that work area, Get
Info on the project, and in the SCM tab the Repository should be
available to set.
The things to remember about Subversion SCM in Xcode 3.0 are:
(1) A project must already be in a checked out work area in order to
be able to enable SCM for that project.
(2) The Repository Root for a project's work area must match the URL
specified in Xcode's SCM Repository entry for the the project.
Most of the questions I've seen about Subversion SCM in Xcode 3.0
appear to be either due to an attempt to assign a repository to a
project that's not in a work area, or due to an attempt to assign a
repository to a project that doesn't match the work area's repository
root.
-- Chris
_______________________________________________
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