Re: noob asks: How to config local SVN repository with XC3?
Re: noob asks: How to config local SVN repository with XC3?
- Subject: Re: noob asks: How to config local SVN repository with XC3?
- From: Dmitry Markman <email@hidden>
- Date: Tue, 25 Dec 2007 23:49:56 -0500
no it's not that simple
it works well only if your sources residue in the folder that is
reachable from the Project's folder (I mean you don't have to do ..)
so path to the project is
<path_to_the_project>/<prohject_name>.xcodeproj
path to the sources something like that:
<path_to_the_project>/src/
otherwise it doesn't work:
<path_to_the_project>/../All_My_Sources/Project1/src (bad for Xcode
3)
Xcode 2.4.1 and 2.5 work fine
On Dec 25, 2007, at 5:37 PM, Nick Zitzmann wrote:
On Dec 25, 2007, at 1:44 PM, Dan Caugherty wrote:
I'm trying to configure XC3 to use a local repository, but I have yet
to find decent documentation on exactly how to do this. Granted, I'm
new to XCode, but there's clearly more there than meets the eye
(configuring Apache, for example).
<PEDANTIC>It's "Xcode".</PEDANTIC>
There actually isn't; it's very easy.
I already have a SVN repository, I just want XCode to be able to talk
to it. Is there a good step-by-step tutorial on how to accomplish
this?
All you need to do is this:
1. Open the project you checked out of the repository.
2. In Xcode's preferences, under SCM, create a new "repository" and
enter the URL to the repository. If you've already used the official
svn client to authenticate with the repository, then you probably
won't need to enter a password.
3. In the project preferences, set the project to use the new
"repository" you just set up.
That's it.
Nick Zitzmann
<http://seiryu.home.comcast.net/>
S/MIME signature available upon request
_______________________________________________
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
Dmitry Markman
_______________________________________________
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