rename local workspace without reloading?
I have a huge local workspace located under C:\rtc\ws1\"
I want to rename folder ws1 to ws2. Only way I know is to reload the whole Workspace. I don't want to do this because the stream I am loading is > 8 GB
Are there any ways to do this?
I use RTC Eclipse client 5.0.1 (Indigo with P2) on Windows
I want to rename folder ws1 to ws2. Only way I know is to reload the whole Workspace. I don't want to do this because the stream I am loading is > 8 GB
Are there any ways to do this?
I use RTC Eclipse client 5.0.1 (Indigo with P2) on Windows
2 answers
I have copied, moved and renamed local Eclipse workspaces many times and I believe that it works.
- Exit Eclipse
- Rename the workspace - I assume the workspace folder is ws1 and you want to call it ws2
- Start Eclipse
- Select the new workspace folder
After 4 and logging into RTC, the client should detect the loaded workspaces - all the information is kept within the workspace, as far as I am aware.
Comments
I think the best way to do this is
make sure you have no pending changes
1. eclipse, project, right click, share->disconnect
2. eclipse, project, delete, keep source
3. rename file folder
4. eclipse, new project, type, set location to where code is (new folder name)
5. eclipse, project, right click, share, jazz... etc..
2/3/4, I don't know how to tell eclipse a project base folder outside the eclipse workspace changed.
make sure you have no pending changes
1. eclipse, project, right click, share->disconnect
2. eclipse, project, delete, keep source
3. rename file folder
4. eclipse, new project, type, set location to where code is (new folder name)
5. eclipse, project, right click, share, jazz... etc..
2/3/4, I don't know how to tell eclipse a project base folder outside the eclipse workspace changed.