Subversion Settings Dialog Box
This dialog box enables you to view and/or modify settings for Subversion instance you are using for software version control. It can be displayed via the Show Source Control Settings command in the Source Control submenu of the SCM menu.
Repository Settings
Repository URL: Displays the URL of the Subversion repository you are currently using to handle ASCET data. This URL will be used as the basis for any SVN operation in ASCET. All ASCET items will be placed below this URL in a folder structure similar to the structure within the ASCET database or workspace. See also Selecting a Repository.
Note |
|---|
Current restriction: The repository URL has to contain at least two levels of folders (e.g. file:///c:/repository/v_trnk/). If the URL is "too short", ASCET-SCM cannot access it. |
: Opens the repository browser to check the URL.
User Name: Login user name to be used for selected repository. The Windows user name is set as the default value. This entry may need to be adapted to the current repository environment (e.g. if a domain is needed). If a password is required the user may be prompted to enter it via a separate login dialog provided by the Subversion driver.
Test Connection: When you press this button, ASCET-SCM attempts to connect to the currently selected repository URL. If this connection works, a separate dialog box return the message Repository URL tested successfully. If you do not press this button, the connection will be tested after you close this dialog box.
Working Copy Path: Displays the URL where local data of the Subversion repository is saved, e.g. when checking out content. To change the working path later, the current source control bindings have to be removed first.
Select Path: Opens a dialog box for selecting a folder as working copy destination. This button is hidden when an ASCET-subversion connection is already set.
Subversion Driver Information
This section displays (read-only) data pertaining to the Subversion driver you are currently using.
Subversion Driver Version: Displays the version of the Subversion driver you are currently using.
Supported Subversion Tool: Displays the version of the Subversion tool you are currently using.
Subversion Installation Path: Displays the path where the Subversion instance you are using is installed.
OK
Closes the window and accepts your settings.
Cancel
Closes the window without accepting your settings.
See also