Moving and renaming files in eclipse that are not part of a Project area?
We have code that we are version controlling, that we do not want an eclipse project associated with it. It is APEX code, that has it's own editor on a Linux box and has a very sensisitive file structure. The user is not allowed to change that structure. They work with another organization that does not have access to our network, and that organization owns the file structure paradigm. The other organization is using Rational ClearCase. When I used ClearCase I could do a rename to any file in the system through the ClearCase Explorer. I have not been able to figure out how to do this on a Linux box or in Eclipse.
How and or can we rename and move files in source contorl in this situation?
2 answers
That article would describe how you want to load your content. You would want to select the option to load without creating Eclipse projects. However, it may make more sense to use the command line all of your source control operations.
Comments
This technique makes arbitrary folders visible in Eclipse, but I couldn't make Eclipse aware that these folders are under RTC source control (none of the RTC source control icons appear for those files in the Package Explorer). If I rename one of those files, I have to "refresh" the workspace in the Pending Changes view to have the Pending Changes view notice the changes, and the change shows up as the deletion of the original file and the creation of a new file (not a rename). How does one make Eclipse aware that this linked folder is under RTC source control?