How to build an xcode project

Rainer Müller raimue at macports.org
Wed May 27 15:28:15 PDT 2009


On 2009-05-28 00:20, Darren Weber wrote:
> What's the svn url?  Tried and failed on:
> 
> svn checkout http://svn.macports.org/repository/users/trunk

You probably do not really want to checkout the directories of all users
as that would be quite big. Use the Trac Browser to find out the paths
before.

You got the location wrong, the repository root is located at
<https://svn.macosforge.org/repository/macports>

(But svn.macports.org works too).

If you want to create your own users directory, you can do that remotely
without a checkout of all users directories first:

  svn mkdir https://svn.macports.org/repository/macports/users/dweber
  svn co https://svn.macports.org/repository/macports/users/dweber

Rainer


More information about the macports-dev mailing list