It's all about the answers!

Ask a question

RTC 2.X Can you see incoming changes on a workspace you share with a single ID on 2 machines?


michael entler (171227) | asked Jul 25 '13, 2:40 p.m.

The situation is basically a developer has two laptops and using the same RTC ID and the same Repository workspace on both. They will make changes on Laptop A and check them in, but doesn't see incoming changes to Laptop B.

I'm having him check in conflicting changes to see if it gives a merge option.

I'm not finding the answer to how this should behave.

One answer



permanent link
Geoffrey Clemm (30.1k33035) | answered Jul 25 '13, 9:52 p.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
In general, it is a bad idea to have two RTC sandboxes associated with the same RTC repository workspace.   In particular, the local state in the sandbox assumes it is the only sandbox making changes to that repository workspace.   If another sandbox has made changes, you will have to resync the sandbox with the repository workspace, which is not an efficient operation.  Note: when the other sandbox tries to commit (check in) changes to the repository workspace, the skew will be detected, and you will be prompted to resync the sandbox.

So instead of having two RTC sandboxes associated with the same RTC repository workspace, you should have two RTC repository workspaces, one for each sandbox.   When you want to switch to the other sandbox (other laptop), suspend all of the outgoing change sets in the one sandbox, and resume them in the other (you actually only have to suspend the uncompleted change sets, since you can just accept the completed ones, but it is probably simplest to just suspend them all).

Your answer


Register or 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.