In the menu, click
Project:<Project Name> > Project Settings.
Click the
Source Control tab.
The
Source Control page opens, listing all of the source control profiles that have been created for the system.
Click
New Profile to open the
New Source Control Profile dialog box.
Type a
Name for the new profile.
This is the name that is displayed in lists where the profiles are available for selection.
Choose
Subversion from the
Source control system list box.
Type the URL of the Subversion
Repository you want to access.
If you do not know the URL of the repository, consult your Subversion administrator.
Note: To use SSH, add
ssh to the URL, for example
svn+ssh://<hostname>:<port>.
Type a valid
Username and
Password.
These credentials will be used to access your repository.
Type a valid
SSH username and
SSH password or
SSH keyfile.
These credentials are used to access the SSH server. The password overrides the keyfile, so if you only have a keyfile, leave
the
SSH password field empty. If you use a keyfile, the path to the keyfile must be valid on every execution server that uses the source control
profile.
Optional: Type the
Common working folder to which the
Silk Central execution server should copy the source files.
The working folder must be a local path. For example,
C:\TempSources\.
Warning: It is recommended to leave this field empty and let
Silk Central use a temporary working folder instead. Specifying a static working folder can lead to unexpected results when running parallel
executions. The temporary location can be queried from the predefined parameter
#sctm_source_root_dir.
To use a subfolder of the repository, type the subfolder's
Project path. If you leave this field empty, the project path is set to the root directory.
Note: Clicking
Browse clones the repository, which can take some time.
Click
OK.
If the trial connection is successful, you are returned to the
Source Control page.