creating workspaces from the commandline against baselines
![](http://jazz.net/_images/myphoto/d4db09cc456f603b6bf1c7d6e24b77e3.jpg)
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.
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
![](http://jazz.net/_images/myphoto/d4db09cc456f603b6bf1c7d6e24b77e3.jpg)
sc.brown wrote:
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.
500 concurrent builds all using the same repository workspace?!? How
can all of those builds produce something useful?
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.
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
to have 500 concurrent builds.
500 concurrent builds all using the same repository workspace?!? How
can all of those builds produce something useful?