I (unfortunately) have to use ClearCase for some code of mine. Now, I'm using a dynamic view, mounted at /path/to/source
. The problem I'm facing is how setup and maintain an Eclipse project, so that I can work on the code using Eclipse CDT. You see, when I unmount the view (or leave the shell were the view is set-up with ct setview
- the .project
, .cproject
files and .settings
folder - disappear.
Can I somehow tell Eclipse to put them elsewhere than where it looks for the source? Or is there some other workaround for this situation?