...
| Property | Description |
|---|---|
scontrol.rep.type=tfs | TFS repository type identifier. |
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. |
File Encoding Settings
| Setting | Purpose |
|---|---|
fileencoding.mode=default|user|auto | Defines how file encoding is calculated.
Default: default |
fileencoding.user-encoding=<name_of_encoding> | If Valid names are ASCII-US, UTF-8, UTF-16, UTF-16LE, UTF-16BE or java.nio canonical name. It should be specified in form |
fileencoding.auto-language=<language’s numeric_code> | If
|
...