Tab 'General'
Symbol:
Function: This tab includes the basic settings for Professional Version Control.
Call: Menu bar: “Tools Options”.
“Merge” |
Behavior for the commands “Update”, “Merge”, or “Switch”, when both sides (working copy and SVN repository) have changed from the base version.
|
“Locks” |
Behavior such as Professional Version Control objects when they are changed locally.
|
“Marker” |
|
“Prompt the user when automatic locking fails.” |
|
Example of conflict markers
Foo(); >>>>>>>>>>>>>>> I := I + 1; =============== I := I + 2; <<<<<<<<<<<<<<<
“Check server for updates and locks” |
|
“Check interval (minutes)” |
Example: 10 |
Ignore whitespace |
|
Ignore comments |
|
Ignore Properties |
|
Some of the SVN options can be overwritten by the project-specific settings.
Project-specific settings are defined in the menu “Project Project settings”, category “SVN Settings”.
Tab 'SSH'
Symbol:
Function: This tab contains the settings for the SSH protocol.
Call: Menu bar: “Tools Options”.
“libssh2 (recommended)” |
Professional Version Control uses Libssh2 for establishing a connection via SSH protocol. This is the recommended setting. |
“SharpPlink (backwards compatibility)” |
Professional Version Control uses plink.exe for establishing a connection with SSH servers. This option is required only for communication with outdated servers that support the deprecated SSH-1 protocol. |
The SSH configuration can be overwritten by means of the environment variable SVN_SSH
or server-specific by means of the SVN configuration file.
See also