
Originally Posted by
wapawapa
I think there's some confusion about what the workspace really is. Eclipse has the concept of a workspace as the "default" place to store things. It will always create the .metadata folder there which stores prefs and such. You can optionally create projects in it as well. This is the default location when you create new projects.
When working with existing Symbian projects (bld.inf, 1 or more mmps), you can copy the project into the workspace, or create a "link" to it in the filesystem. The former is really only useful for importing examples and such so you get a local copy that you can make your own and change without affecting the original copy in the SDK.
The linked approach is recommened for existing projects. It leaves your source code where it lives in the filesystem. The .project files are created in the workspace though, so your project's file structure is not contaminated by these files.
That's really all there is to it. You can leave the workspace as the default, or just C:\Carbide_workspace or whatever. Then import your 3 projects using links. Now you can work on all three at once, or all 6 (if you have two branches of the source checked out).
I hope that helps. Let me know if you have any other questions.
Thanks,
Warren