Back up eclipse/rdz/rtc client workspace/sandbox on disk to RTC repository
What is the best way to back up the current workspace where eclipse client is launched ? Tried doing...
While trying to do so, got the following error(s).
Can these(*.lock) be safely ignored since the rest of the files are imported or any other cleaner approach ? Thank you, Ravikanth Chavali |
One answer
Hi Ravikanth,
Repository Workspace is a server backup copy of the user which is stored on the repository level.
There is the "Repository Workspace" which is your copy of a Stream. This is the place where your checked in changes go. It is your own private area to back up your changes until you are ready to make them available to others. It is persisted on the server and a copy of it usually loaded into a Sandbox.
There is also the "Eclipse Workspace" which describes the area on disk that Eclipse uses to hold projects (code you may be working on). To summarize, the Eclipse Workspace is a place on disk for files/folders; the Repository Workspace is a place on the RTC server preserving versions of files/folders/symbolic links.
Please find the link below for more details.
https://jazz.net/library/article/1016
Regards,
Arun.
Comments
Ravikanth Chavali
commented Aug 04 '15, 3:21 a.m.
I understand the difference, between Repository Workspace and Eclipse Workspace.
I meant to check, how we could back up the "Eclipse workspace" on the disk.
|
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.