Subversion Checkout Wizard: Subversion Repository

See Also

The Subversion Repository panel of the Subversion Checkout wizard enables you to specify the root path to your Subversion repository when checking out files from the repository. If no root locations are listed in the drop-down list, you can enter the information directly into the text field.

You access this panel by selecting a version-controlled file or folder (e.g. in the Projects, Files or Favorites window) and choosing either Subversion > Checkout from the right-click menu or Versioning > Checkout from the main menu.

When checking out files from a repository, you need to specify the location of the repository as defined by the Subversion root. To specify the Subversion root, do the following:



The IDE supports the following Subversion protocol types:

ProtocolAccess MethodExample
fileDirect repository access (on local disk)file:///repository_path[@REV]
httpAccess via WebDAV protocol to a Subversion-aware serverhttp://hostname/repository_path[@REV]
httpsAccess via HTTP protocol with SSL encryptionhttps://hostname/repository_path[@REV]
svnAccess via custom protocol to an svnserve serversvn://hostname/repository_path[@REV]
svn+sshAccess via SVN protocol through an external SSH tunnelsvn+ssh://hostname/repository_path[@REV]
See Also
Checking Out Files from a Subversion Repository
Setting Up Subversion

Legal Notices