Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Checking out files

Checking out code from a repository requires three separate actions.

Check out files

Check out the actual files from the repository

Get the change log entries

Get the events for the changed files, including the name of the files, user who changed them and when it happened.

Store change log to file

Saves the change log events to a changelog.xml file.

For more information on how the change log works in Hudson, please see the Change log page.

Back to the top