Setting Up a Subversion Repository
- Steps
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.
Use command-line commands to set up a Subversion repository.
|
To set up a Subversion repository, you have to use the command-line shell implemented by the Terminal utility app.
If you don’t have an existing project, use Xcode to create a project before setting up your repository.
© 2012 Apple Inc. All Rights Reserved. (Last updated: 2012-02-16)