creating workspaces from the commandline against baselines
I am working on the integration between RTC and BF. The out of the box adaptor requires an existing workspace to accept changes. In order to have multiple concurrent builds I would like to be able to apply a baseline after the accept, and then create a new workspace from said baseline.
Having this ability will allow us to accomplish our goal of executing multiple builds in parallel. Is this possible, if not how can we accomplish this goal. The project we are looking at building wants to have 500 concurrent builds. |
One answer
sc.brown wrote:
I am working on the integration between RTC and BF. The out of the Could each build make a new local copy of the workspace? If another build starts and accepts changes after the first has fetched the workspace, it won't affect the local copy that the first build is using. The project we are looking at building wants 500 concurrent builds all using the same repository workspace?!? How can all of those builds produce something useful? |
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.