Subversion: Relocate Dialog Box

See Also

The Subversion Relocate dialog box enables you to modify the path to the Subversion repository which you are registered with. You can use this dialog box to:

You access this dialog box by selecting a versioned project or folder (e.g. from the Projects, Files, or Favorites window) and choosing Team > Relocate from the main menu.

The Relocate dialog box displays the following fields for reference purposes:

You can modify the path to the Subversion repository by entering a new protocol type and location in the New URL text field. You can select a type and location from the drop-down list (if previous entries have been made).

When you click Relocate, the new repository URL is registered in the IDE, and will be applied the next time you attempt to connect to the repository.

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 SSH tunnelsvn+ssh://hostname/repository_path[@REV]
See Also
Checking Out Files from a Remote Repository

Legal Notices