Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The following command will checkout SiteValidation, Validation, Editor and Merge into the specified folder, along with any direct requirements from their requirements.txt files.

The destination folder must exist but also MUST be empty beforehand - in particular do not checkout the housekeeping folder under it. Also do not add any other sub-folders to it yourself later.

Note

Before doing this you MUST have done the steps at the end of the Release page to merge and tag the previous branch otherwise the following commands will fail.


The first command clones all the repositories - including those from the requirements.txt. The second creates a new branch based on a particular tag.

...