Subversion Import Wizard: Subversion Repository

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.

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.

Element Description

Repository URL

Select a Subversion root protocol and location from the drop-down list. The drop-down list contains a list of supported protocols, as well as previous Subversion root locations used in the IDE.

User

Enter your user name for access to the repository. (Required for http, https, and svn protocols.)

Password

Enter your password for access to the repository. (Required for http, https, and svn protocols.)
Proxy configuration Click the Proxy configuration button to specify details of your proxy configuration to connect to the Subversion repository.

Tunnel Command

If you are accessing a repository through the svn+ssh protocol, you must supply the tunnel command to establish the external tunnel.

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]


Related Topics

Developing Applications with NetBeans IDE,

Copyright © 2016, Oracle and/or its affiliates. All rights reserved.