1. Open CM Synergy command line section
2. If you have a list of CMSynergy task ids in a file D:\tasks.txt, run command
D:> for /f %a in (D:\tasks.txt) do @ccm folder -modify -at %a "-Folder ID-"
Showing posts with label CM Synergy. Show all posts
Showing posts with label CM Synergy. Show all posts
Thursday, December 20, 2007
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.
bash-2.05$ ccm baseline -create -p p1 -p2 -p p3 -release "-Release Tag-"
Please make sure that "ccm" is in your path before running the above command.
Subscribe to:
Posts (Atom)