Retired Document
Important: The repositories organizer does not appear in Xcode 5. In Xcode 5, source control management tasks are performed in the Source Control menu and the Accounts preferences.
Setting Up a Subversion Repository
Use command-line commands to set up a Subversion repository.
Use the
mkdir
command to create a directory with three subdirectories namedbranches
,tags
, andtrunk
to hold a temporary copy of your project.Copy the project directory into the
trunk
subdirectory.Create a directory for the Subversion repository.
Use the
svnadmin create
command to create an empty Subversion repository.Use the
svn import
command to import your project directory into the new Subversion repository.
|
To set up a Subversion repository, you have to use the command-line shell implemented by the Terminal app.
If you don’t have an existing project, use Xcode to create a project before setting up your repository.
Copyright © 2013 Apple Inc. All Rights Reserved. Terms of Use | Privacy Policy | Updated: 2013-09-18