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

Difference between revisions of "Checking out files"

(New page: 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 e...)
 
(Store change log to file)
 
Line 13: Line 13:
 
Saves the change log events to a changelog.xml 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.
+
For more information on how the change log works in Hudson, please see the [[Change log]] page.

Latest revision as of 18:49, 12 August 2013

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