Scm load command can't mark the repository workspace as LOADED in RTC client GUI
Hi There,
I'm using RTC 3.0.1.2, and the story is sth like this:
Suppose we have a stream1, and I created a repository workspace named stream1_ws (via RTC client).
Then I loaded a folder into the local workspace like this:
scm load stream1_ws -r jazzrep1 -d D:\workspace\RTC_Code\ -f component/A/B
It was successful and I could see the files in disk.
But the problem is: in RTC client, stream1_ws is NOT marked as LOADED - i.e. even if I did some changes to the files in disk, there is no way to be detected...
Could you kindly take a look this problem?
Thanks in advance.
Wei.
Accepted answer
To use RTC Eclipse client with the workspace loaded using the command line, you would have to add the sandbox path (folder where the workspace is loaded, in your case - D:\workspace\RTC_Code) to the list of sandboxes tracked by the RTC client. To configure the list of the sandboxes, Open Window > Preferences, and find Team > Jazz Source Control > Sandboxes.
Thanks,
Sridevi
Jazz SCM CLI Team
Thanks,
Sridevi
Jazz SCM CLI Team
One other answer
That's working as designed. In the RTC client, a workspace is marked as loaded only if it was loaded by that particular RTC client. The RTC client doesn't know that the workspace was loaded by some other client (such as an RTC client on another machine or, as in your case, the SCM command-line tool). Information about workspaces that have been loaded is kept locally in the client; it is not stored on the server. So a client can't easily know about a client being loaded elsewhere.
-- David Olsen, IBM Rational, Jazz Process Team