In this section:
This setting specifies the timeout value for operations with source control.
[secods] | The timeout for operations with your source control system. The default value is 60 . |
---|
This setting specifies a custom name for the tested branch to be output by the ${scontrol_branch} variable (see Using Variables). It can be used to describe unique analysis runs. If not specified, the tested branch is detected automatically based on code provided for analysis.
[name] | The name of the tested branch. |
---|
In the following example, the custom branch name is "fix-pr8734":
scontrol.branch=fix-pr8734
As a result, the default session tag displayed on the report is as follows (assuming that the analysis is performed on a 64-bit Windows):
fix-pr8734-win32_x86_64
If you are going to report authorship information from Git to DTP, the cloned repository should not be shallow. A Git repository is considered shallow if the file .git/shallow
exists. Git may not accurately produce authorship data when checking out shallow clones from a repository. You should check out full clones to retrieve accurate authorship information.
This setting specifies that the repository type is Git.
git | The Git repository identifier. |
---|
This setting specifies the path to git executable. If not set, assumes git command is on the PATH.
[path] | The path to the git executable. |
---|
Use double backslashes to specify the file path on Windows.
This setting specifies the remote repository URL.
[URL] | The URL to the remote repository. |
---|
scontrol.rep1.git.url=git://hostname/repo.git
This setting specifies the directory that contains the local git repository.
[path] | The path to the directory with the local git repository. |
---|
Use double backslashes to specify the file path on Windows.
A Git repository is considered shallow if the file |
This setting specifies a custom name for the tested branch.
[name] | The name of the tested branch |
---|
scontrol.rep1.git.branch=myproject-release20170115
This setting specifies that the repository type is Mercurial.
hg | The Mercurial repository identifier. |
---|
This setting specifies the path to the external client executable.
[path] | The path to the external client executable (the default is hg ). |
---|
Use double backslashes to specify the file path on Windows.
This setting specifies the remote repository URL.
[URL] | The URL to the remote repository. |
---|
scontrol.rep1.hg.url=http://hostname/path
This setting specifies the directory that contains the local Mercurial repository.
[path] | The path to the directory with the local Mercurial repository. |
---|
Use double backslashes to specify the file path on Windows.
This setting specifies that the repository type is Perforce.
perforce | The Perforce repository identifier. |
---|
This setting specifies the path to the external client executable.
[path] | The path to the external client executable (the default is p4). |
---|
Use double backslashes to specify the file path on Windows.
This setting specifies the Perforce server host.
[host_name] | The Perforce server host name. |
---|
This setting specifies Perforce server port.
[port_number] | The Perforce server port number. The default port is 1666 . |
---|
This setting specifies the Perforce user name.
[user_name] | The Perforce user name. |
---|
This setting specifies user's password to Perforce (optional if the ticket is used for authentication).
[password] | The password to the Perforce source control. |
---|
This setting specifies the client workspace name as specified in the P4CLIENT environment variable or its equivalents. The root directory for specified workspace should be configured correctly for the local machine.
[client] | The client workspace name. |
---|
This setting specifies that the repository type is Subversion.
svn | The Subversion repository identifier. |
---|
This setting specifies the path to an external client executable (svn).
[path] | The path to the external client executable. |
---|
Use double backslashes to specify the file path on Windows.
This setting specifies the protocol, server name, port and starting repository path.
The URL should not include the project name and a trailing slash (/) to ensure that DTP can properly process information about your files.
[URL] | The URL. |
---|
scontrol.rep1.svn.url=svn://buildmachine.foobar.com/home/svn
This setting specifies the Subversion user name.
[user_name] | The Subversion user name. |
---|
This setting specifies user's password to Subversion (not encoded).
[password] | The password to the Subversion source control. |
---|
This setting specifies a custom name for the tested branch.
[name] | The name of the tested branch |
---|
scontrol.rep.svn.branch=myproject-release20170115
This setting specifies that the repository type is Team Foundation Server.
tfs | The TFS repository identifier. |
---|
This setting specifies the path to the root directory of the unzipped TFS SDK. It is required for TFS support to work on your machine.
TFS SDK version 14.134 is required. |
[path] | The path to the root directory of the unzipped TFS SDK. |
---|
scontrol.tfs.sdk.path=C:\Users\user\parasoft\libraries\TFS-SDK-14.134.0
scontrol.rep{n}.tfs.url
This setting specifies the URL to TFS repository.
[URL] | The URL to the TFS repository. |
---|
scontrol.rep{n}.tfs.url=http://localhost:8080/tfs
This setting specifies the TFS username.
Ensure you provide the same username that you used to configure the TFS repository on your machine.
[user_name] | The TFS username. |
---|
This setting specifies user's password to TFS .
[password] | The password to the TFS source control. |
---|