0

Is it possible that we can use same workspace for both CLI and GUI for RTC scm and synchronize the results in both clients?

First I would use a folder to create a repository connection,workspace and Load it through CLI. When I launch Eclipse RTC and use the same workspace, can I get the repository connection, and workspace loaded?

1 Answers1

1

Is it possible that we can use same workspace for both CLI and GUI

Yes, you can reference the same:

  • repo workspace
  • local workspace

Any operation done in one (like the CLI) would be reflected in the second (the GUI).

Once you connect to the right repo connection in Eclipse RTC and chose the right project (Configure Managed Projects), you will see the repo workspace created on CLI.

You would still need to reload it though (overriding your local workspace), in order for Eclipse RTC to consider it "loaded".

VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250
  • Ok,thanks but My requirement was to enable the repository connection and get the sandbox ready for a group of users by the time they launch the eclipse for first time. To automate many such manual initial settings and configurations. – Cibi P Cherian Jul 10 '15 at 11:55
  • @CibiPCherian I don't remember a group of user being able to use the same repo workspace/local workspace (sandbox): those are attached to one owner only. – VonC Jul 10 '15 at 11:58
  • Sorry, please read it as 'for a user' . I intended to say that the solution will be used in a group. – Cibi P Cherian Jul 13 '15 at 04:53