Home > Data Modeler Dialog Boxes > Subversion: Create/Edit Sub...
This information applies to creating or editing a Subversion connection. For information about Data Modeler support for versioning and Subversion, see Using Versioning.
Repository URL: Full, valid URL for the location of the Subversion repository. The following are URL schemas and the access methods they map to:
file:/// -- Direct repository access (on local disk)
http://-- Access via WebDAV protocol to Subversion-aware Apache server
https:// -- Same as http://, but with SSL encryption
svn:// -- Access via custom protocol to an svnserve server
svn+ssh:// -- Same as svn://, but through an SSH tunnel
Connection Name: Name for this connection. If you leave this box blank, the connection will be given a name based on the URL of the repository location.
User Name: User name known to the repository, if the repository requires user and password validation.
Password: Password for the specified user, or blank if a password is not required.
Test Read Access: Attempts to establish a connection for read access to the Subversion repository.
Status: Displays the result of the test (success or an error message).
Related Topics