Thursday, November 29, 2007

Create a baseline from command line

If p1, p2 and p3 are the projects from which baseline is to be created, in command line ccm session run this command:

bash-2.05$ ccm baseline -create -p p1 -p2 -p p3 -release "-Release Tag-" -purpose "Integration Testing" -all_subprojects "-Name for the baseline-"

Please make sure that "ccm" is in your path before running the above command.

No comments: