How to activate Eclipse workspace projects that were once managed through RTC?
![](http://jazz.net/_images/myphoto/a77b5279604580e3640dd12bc1a5fa1e.jpg)
I have an Eclipse workspace and some 15 projects in it that were managed through Eclipse/RTC several years ago. I am trying to activate them through the Eclipse IDE (there is no RTC plugin in it), and I am getting a message (when selecting any of the projects):
--- "Open Project" has encountered a problem. No file system is defined for scheme: sourcecontrol. ---
What are ways to fix that? I need to move the projects to Git and make them usable by other department members. Ideally, I would like to eliminate dependency on RTC to simplify the process of knowledge transfer to them – but this is not really necessary.
Thank you
Emmanuel Yashchin
One answer
![](http://jazz.net/_images/myphoto/a77b5279604580e3640dd12bc1a5fa1e.jpg)
Right click the Eclipse project and use Team>Disconnect to disconnect the project from SCM. I have done this always with Eclipse with RTC installed. After it is disconnected, it can be shared with another SCM system. I think this is the easiest way.