Command 'Compare to remote project...'

Symbol:

Function: This command opens the dialog Select Remote Project for Comparison.

Call: Menu bar: Project ‣ SVN .

See also

Dialog 'Select Remote Project for Comparison'

URL of SVN repository

URL of the project in the SVN repository that is compared.

Example: file:///D:/SVN repository/trunk/ControlDEF.project

As soon as a valid SVN repository is specified, you can click the adjacent button or use the options to browse in Revision and select a project.

The label on the button corresponds to the selected revision:

  • HEAD: Top revision (latest).

  • 15: Revision number of the selected revision

  • 23.12.2016 11:59:59 (UTC): Change date of the selected revision (UTC)

After clicking the button, the dialog Select revision opens.

Note: The dialog provides the same options as the Revision group.

Opens the dialog Browse SVN repository to search the SVN repository.

Checkout options

Omit externals:

: External objects are not compared.

Revision

Options for selecting a specific revision

Note: the current valid selection is also displayed next to the SVN repository URL.

HEAD

: The HEAD revision is selected. This is the latest revision (top revision) within a branch.

Revision

: A specific revision is selected by the revision number.

Example: 3

Date

: The specific revision is selected by the modification date.

Example: 12/23/2016 11:59:59

Use UTC Time:

: Modification date in universal time.

compare options

Ignore Whitespace

: No comparison of whitespace characters. Semantically relevant whitespaces, such as in strings, are compared anyway.

Ignore Comments

: No comparison of comments.

Ignore Properties

: No comparison of properties. Folders, the property Exclude from build, and POU images are not compared.

See: Dialog 'Properties'

OK

Compares the SVN project with the working copy.

See also