Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>The question is a bit confusing so please advise if it's not exactly what you need (otherwise, feel free to accept the answer). The confusion is that the Xcode 4 workflow you describe is used to allow developers to manage repositories (svn or git). If you want to take an Xcode project and add it to an existing svn repository I am attaching links to answers for that question.</p> <p><strong>Adding Xcode Projects to SVN</strong>:</p> <ul> <li><a href="https://stackoverflow.com/questions/5618686/how-to-add-a-new-project-to-source-control-in-xcode-4">Stack overflow response</a></li> <li><a href="http://svnbook.red-bean.com/en/1.6/svn.tour.importing.html" rel="nofollow noreferrer">SVNBook</a></li> </ul> <p><strong>High-level Concepts (Xcode 4 Workflow in Xcode 5)</strong>:</p> <ul> <li>Tell Xcode 5 about a repository (it will auto detect the type of svn or git)</li> <li>Check-out the repository for insertion into a different project</li> </ul> <p><strong>Background</strong>:</p> <p>In Xcode 4.6.3 there was a repository area of the organizer. This is where subversion and git projects were managed. </p> <p><img src="https://i.stack.imgur.com/nfq3K.png" alt="Xcode 4.6.3 Repositories"></p> <p><strong>New Workflow</strong>:</p> <p>The new location for this information in Xcode 5 is in Xcode > Preferences > Accounts > Repositories (menu on the left) > (+) Add Repository... (on the lower left)</p> <p>Once selected one may enter a repository address (local or external): <img src="https://i.stack.imgur.com/sITuN.png" alt="Enter a repo address"></p> <p>And give the repository a directory name (credentials for many public read only repos are optional): <img src="https://i.stack.imgur.com/rbnza.png" alt="Repo description"></p> <p>With Xcode 5, one can then download the repository to a target folder by going to menu Source Control > Check Out... <img src="https://i.stack.imgur.com/bSCrk.png" alt="Repo Checkout"></p> <p>As part of the checkout wizard one will be authenticated to the repository: <img src="https://i.stack.imgur.com/HPtU4.png" alt="Server Authorization"></p> <p>Select a target folder to store the local repo:</p> <p><img src="https://i.stack.imgur.com/oK2Q8.png" alt="Select a target folder"></p> <p>Edit basic repo properties:</p> <p><img src="https://i.stack.imgur.com/vcL2n.png" alt="Basic Repo Properties"> <strong>For more information on adding projects to repositories</strong>:</p> <p><a href="https://developer.apple.com/library/ios/recipes/xcode_help-source_control_management/UpgradingtoSubversion1/UpgradingtoSubversion1.html#//apple_ref/doc/uid/TP40013353-CH3-SW1" rel="nofollow noreferrer">Xcode 5 Source Control Management Documentation</a></p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload