scm.sh load - command help
Hi,
We use RTC 3.0.1 command line tools to sync our sources on our automated build machines by using following command;
scm.sh load MyRepositoryWorkspace -d -r jazzlive --force
Above command will load all the components present under MyRepositoryWorkspace and following command will only download ComponentX and ComponentY present in MyRespotoryWorkspace;
scm.sh load T24Enterprise-Hudson-AIX53-1 -d -r jazzliveComponentX ComponentY --force
But is there any way I can specify that download all but ComponentX and ComponentY? In other words can I exclude ComponentX and ComponentY to load? If yes what is the hook in the command I have to use?
Thanks,
--
SJunejo
We use RTC 3.0.1 command line tools to sync our sources on our automated build machines by using following command;
scm.sh load MyRepositoryWorkspace -d -r jazzlive --force
Above command will load all the components present under MyRepositoryWorkspace and following command will only download ComponentX and ComponentY present in MyRespotoryWorkspace;
scm.sh load T24Enterprise-Hudson-AIX53-1 -d -r jazzlive
But is there any way I can specify that download all but ComponentX and ComponentY? In other words can I exclude ComponentX and ComponentY to load? If yes what is the hook in the command I have to use?
Thanks,
--
SJunejo