Command 'Checkout'

 

Function: This command checks out a CODESYS project from the SVN repository.

Call: Action in the Test Manager TestManager.SVN

Requirement: The CODESYS Test Manager add-on is installed.

Configuration

URL of SVN repository

_svn_img_input_field_url.png 

URL of the project in the SVN repository

Example: https://svnserver/repository/trunk/ControlABC.project

Tip: 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 specific project.

_svn_button_revision.png 

The button is labeled with the currently selected revision:

  • HEAD: Latest top revision. Preset

  • 15: Revision number of the selected revision

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

Opens the dialog Select revision. Here you can select a revision.

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

_svn_button_three_dots.png 

Opens the SVN repository browser dialog Here you can browse the SVN repository.

Checkout to

Name

Name of the working copy

Example: ControlABC.project

Location

Storage location of the working copy

Example: /D:/svn/repository/trunk/ControlABC.project

Checkout as

Project

The project is saved as a CODESYS project "<project name>.project".

Library

The project is saved as a CODESYS library file "<project name>.library".

Auto-detect

CODESYS attempts to recognize the project type by means of the extension. The current implementation checks whether the URL of the project ends with "_library" or ".library". In this case, the project is recognized as a library or a project.

Checkout options

Omit externals:

_cds_icon_option_activated.png: Externals (external objects) are not copied to the working directory.

Revision

For a description, refer to the section "Dialog 'Select revision'".

See also