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
mkdircommand to create a directory with three subdirectories namedbranches,tags, andtrunkto hold a temporary copy of your project.Copy the project directory into the
trunksubdirectory.Create a directory for the Subversion repository.
Use the
svnadmin createcommand to create an empty Subversion repository.Use the
svn importcommand 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