Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

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?

0 votes



One answer

Permanent link

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

0 votes

Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 1,381
× 1,221

Question asked: Mar 29 '17, 10:50 a.m.

Question was seen: 3,021 times

Last updated: Mar 31 '17, 11:43 a.m.

Confirmation Cancel Confirm