Java - Rational Team Concert - Load more than one stream workspace at same time

469 Views Asked by At

We have a project in RTC with 2 streams:

PROJECT-MAIN (component src)
  - ear
  - web
  - ejb
PROJECT-RELEASE-1.0.0 (component src)
  - ear
  - web
  - ejb

We loaded the PROJECT-MAIN and in the package explorer Eclipse displays the projects as ear, web and ejb.

But now, I need to work at PROJECT-RELEASE-1.0.0, how could I load it? I ask this, because, if I load it even in another folder (sandbox), the projects names (ear, web and ejb) has conflicts in package explorer.

How do Java EE developers work with RTC?

1

There are 1 best solutions below

2
VonC On

You simply need to switch Eclipse workspace in order to work in main in one workspace, and on 1.0.0 on the other.

In each Eclipse workspace, you can load the same eclipse projects.

You can switch workspace with the menu "File > Switch workspace".

Switch Workspace in RTC

Note that on switching workspace, you will have to create again your RTC repository connection.
But once that it is done (only on the first switch), you will find back all your repo workspaces.