Subversion Import Wizard: Subversion Repository

See Also

The Subversion Repository panel of the Subversion Import wizard enables you to specify the root path to the repository which you want to have files imported into.

You access this panel by right-clicking an unversioned project in the Projects window and choosing Versioning > Import into Subversion Repository.

When importing files into a repository, you need to specify the location of the repository as defined by the Subversion root. The following fields allow you to do this.

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 Remote Repository
Setting Up Subversion

Legal Notices