WMB/IIB source code in RTC
I am new to RTC source control and using RTC to maintain source code for IBM Integration Bus aka WebSphere Message Broker.
Right now I am working on to create an Ant script for IIBv10 Automatic build & deployment. In IIB every component is a eclipse project. So we have multiple projects within a single Component in a single stream. While building the deployable zip file I do not need to download all the project but only specific projects for RTC server.
I am able to copy/checkout all the projects from RTC using load scm command but not able to copy/checkout specific project from RTC.
load - r repository.url -u userid -P password -d local.workspace remote workspace
Could anybody with RTC experience help me?
One answer
According to the "scm load" on-line documentation ( https://www.ibm.com/support/knowledgecenter/en/SSCP65_6.0.3/com.ibm.team.scm.doc/topics/load.html ), if you want to load the project located at the path "foo/bar" in the component named mycomp, you just add "mycomp/foo/bar" as an argument to the load command, e.g.:
load - r repository.url -u userid -P password -d local.workspace my-workspace mycomp/foo/bar