CVS Checkout Script

The checkout.sh script will check out a specified installation of Squiz Matrix from the public CVS repository (http://public-cvs.squiz.net) into a directory on your server.

This script is located in the /scripts/dev directory of your Squiz Matrix system and takes the following parameters:

  • The version of Squiz Matrix to check out. This version is supplied as mysource_04-xx-y, using the version number of Matrix you want to check out. For example, mysource_4-0-1 corresponds to Squiz Matrix v4.0.1.
  • The new directory to install to. By default, Squiz Matrix will check out to a directory named squiz_matrix.

The following example will check out a copy of Squiz Matrix 4.0.4 to a new directory titled test_checkout.

$ sh checkout.sh mysource_4-0-4 test_checkout
 
Checking out squiz matrix core ..
Checking out squiz matrix packages ..
 
Everything has been checked out into the test_checkout/ folder.
For installation instructions, please visit
http://matrix.squizsuite.net/quick-start-guide/manual-installation/

PreviousNext