Added by Konstantin Pozin, last edited by Konstantin Pozin on Jun 30, 2009  (view change)

Labels:

Enter labels to add to this page:
Wait Image 
Looking for a label? Just start typing.

On a Mac or Linux machine that is configured for running CT3 experiments (Java and Ant, etc., are properly set up), download the two attached scripts.

  1. Download the scripts to your desktop.
  2. Open a terminal window, and run
    cd ~/Desktop; chmod u+x ct3*.command
  1. Running ./ct3-checkout.command will do a Subversion checkout of the full CT3 source tree, into a directory called ct3repos in your user folder (~/ct3repos).
  2. Running ./ct3-update.command will update the full source tree from Subversion, and then run the Ant build scripts for the trunk and every branch.
    You can also run ./ct3-update.command trunk to update just the trunk, or ./ct3-update.command myBranch to update just the branch called myBranch.