• 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: XCode and subversion
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: XCode and subversion


  • Subject: Re: XCode and subversion
  • From: Shawn Erickson <email@hidden>
  • Date: Mon, 19 Dec 2005 18:55:36 -0800


On Dec 19, 2005, at 4:14 PM, Nicholas Crosbie wrote:

If only it was! I think the problem is how to
correctly construct the access URL. The
XCode manual suggests:

svn+ssh://<computer_name>/<repository_root>/<project_path>

yet, XCode itself asks for the "subversion tool path",
which is "/usr/local/bin/svn"
on the server machine. I **think** the
<repository_root> is the directory containing
the "db" folder.

Ok I think I understand your confusion. What xcode is asking for is the path to the svn tool on your local system, not on the server. It needs access to a local version of the svn tool for its use.

Xcode doesn't ask you for the svn+ssh://<computer_name>/ <repository_root>/<project_path> directly. It gets that from information from the svn files you pull from your subversion repository.

So you need to use svn yourself with the correct svn+ssh:// <computer_name>/<repository_root>/<project_path> URI to get the initial pull of things onto your system. Then Xcode will detect that the source tree was pulled from SVN. At this time it may ask you for a ssh password if your ssh key is password protected.

Anyway if you haven't already review...

SCM in general...
<http://developer.apple.com/documentation/DeveloperTools/Conceptual/ XcodeUserGuide20/Contents/Resources/en.lproj/SCMOverview/ chapter_25_section_1.html#//apple_ref/doc/uid/TP40001440-CH215>

SVN appendix...
<http://developer.apple.com/documentation/DeveloperTools/Conceptual/ XcodeUserGuide20/Contents/Resources/en.lproj/UsingSubversion/ chapter_50_section_1.html#//apple_ref/doc/uid/TP40001440-CH271>

SSH appendix...
<http://developer.apple.com/documentation/DeveloperTools/Conceptual/ XcodeUserGuide20/Contents/Resources/en.lproj/SSHEnvironment/ chapter_51_section_1.html#//apple_ref/doc/uid/TP40001440-CH274>

-Shawn
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden
  • Follow-Ups:
    • Re: XCode and subversion
      • From: Nicholas Crosbie <email@hidden>
References: 
 >RE: XCode and subversion (From: Nicholas Crosbie <email@hidden>)

  • Prev by Date: Re: Simple Bindings Question
  • Next by Date: Ideal size of an NSScrollView?
  • Previous by thread: RE: XCode and subversion
  • Next by thread: Re: XCode and subversion
  • Index(es):
    • Date
    • Thread