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:
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] |