How to fix a eclipse project that was shared without the root folder?
![]()
Hi, we have a situation where a developer managed to somehow share a project in RTC without the root project folder. So the component repository files look like this:
/.settings /lib /src .classpath .project Note that the .project file has the proper project name but the root project folder is not in the repository. This causes issues when the code is checked out because there is no project folder so one must be chosen during import to your workspace. We would like to fix this by sharing the root project folder and moving the sub items back within the project folder in the repository but we have not been able to find a way. Note that this has been like this for some time as well and we would like to preserve the history of these files if at all possible. We tried sharing a new project in the component thinking we could then move the files into the new project (once shared) and that this refactoring would clean it up and preserve history but for whatever reason the tool will not allow us to share any new projects in this component. We considered creating a new component and using "Move in repository" to try and address but we are not sure if this will allow us to move into the new folder and if it will keep the history....and we really don't to blindly do something that could break what we have. Note we are using RSA/RAD with RTC 5 but when the code was original checked in we were using RTC 3.12. Any suggestions would be greatly appreciated! |
2 answers
![]() Scenario:
Desiderata:
Component A
How to get it:
|