...
| Property | Description |
|---|---|
scontrol.rep.type=tfs | TFS repository type identifier. |
scontrol.tfs.sdk.path | The path to the root directory of the unzipped TFS SDK. It is required for TFS support to work on your machine. Example: For JDK 11+, TFS SDK version 14.135 or later is required. For earlier JDK versions, TFS SDK version 14.134 is required. |
scontrol.rep.tfs.url= | TFS repository URL (for example, http://localhost:8080/tfs). |
scontrol.rep.tfs.login = | TFS username. Ensure you provide the same username that you used to configure the TFS repository on your machine. |
scontrol.rep.tfs.password= | TFS password. |
General Source Control Settings
| Property | Description |
|---|---|
scontrol.timeout= | This setting specifies the timeout value (in seconds) for operations with your source control system. The default value is 60. |
Settings for Creating or Importing Projects
...