Hi
Here is the situation. We have a project named foobar. I have the CCSv4 foobar project in my workspace. I'm happily developing code on this project but then my manager wrecks my day by asking me to fix a bug on an older foobar version label 1.0. So I checkout a foobar 1.0 project into my workspace folder but name the folder it foobar_1.0. Then I select "import existing CCS/CCE Eclipse Project" and select my workspace folder and it shows nothing. I guessing that CCSv4 does not name projects based on the folder name and uses some sort of meta data.
MyWorkspaceFolder---|
|---->Folder_foobar
|---->Folder_foobar_1.0
How can I change the metadata in foobar_1.0 so that I can import the project into my workspace?
Or do I have to create a new workspace each time? That would be a pain.
To test this, create a RTSC example (say the swi example and name it swi_eg for example), then copy it to another folder, rename the folder to swi_new_eg, then copy swi_new_eg back to the workspace folder. Then try the import.
Import also doesn't show the swi project if you navigate to the folder where you renamed swi_eg to swi_new_eg.
Cheers