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 Team > (Subversion >) 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:
Protocol | Access Method | Example |
---|---|---|
file | Direct repository access (on local disk) | file:///repository_path[@REV] |
http | Access via WebDAV protocol to a Subversion-aware server | http://hostname/repository_path[@REV] |
https | Access via HTTP protocol with SSL encryption | https://hostname/repository_path[@REV] |
svn | Access via custom protocol to an svnserve server | svn://hostname/repository_path[@REV] |
svn+ssh | Access via SVN protocol through an external SSH tunnel | svn+ssh://hostname/repository_path[@REV] |