Function: This tab includes the basic settings for CODESYS SVN.
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 CODESYS SVN 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 |
|
Note
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.
See also
Function: This tab contains the settings for the SSH protocol.
Call: Menu bar: Tools ‣ Options .
libssh2 (recommended) |
CODESYS SVN uses Libssh2 for establishing a connection via SSH protocol. This is the recommended setting. |
SharpPlink (backwards compatibility) |
CODESYS SVN 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. |
Note
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