As the title says, I'm trying to find out where CCS5 stores the version control linkage information (i.e tying a project to a version control archive) when using Team/Share Project. For the life of me, I cannot seem to find where the information is stored. Below is why I want to know:
I am using Code Composer Studio V5 (Version: 5.1.1.00031) with Serena PVCS Version Manage 8.4.0.0 using Serena's Eclipse plug-in (Serena Team Plugin 3.0.1 and Serena Common UI Plug-in 3.1.6). This is all (pretty much) working correctly. I have archived a CCS5 project into Version Manager (I archive .ccsproject .cproject and .project along with my source code and SYS/BIOS .cfg file). CCS5 is showing that the project is under version control with brown text next to the project. I can check files out and back into PVCS VM via CCS5 correctly. All looks good.
The problem is when I try to get the entire CCS5 project out of version control into a new workspace (i.e. empty directory). When I switch the workspace to a new one my 1st problem is that the "Import Project from Version Manager" menu item under the Serena menu (added by their plug-in I assume) does not work. It gives an error message when clicked. I am confident this is Serena's problem and not CCS5, so I'm not asking about that here.
I can get the archived CCS5 project out of PVCS Version Manager and into a temporary empty directory and then import the project from this temporary directory into my new workspace using the Import command. Once imported I can work with the project just fine and can build it correctly. So in terms of working with and building the project, it's all there. However, this new copy of the project pulled from version control and imported into the new workspace does *not* have the version control linkage and so does not show to be under version control. If I use Team/Share Project again on this new copy of the project, I can re-establish the connection to PVCS VM and everything is fine from then on again. So I must not have archived a file or files that contain the version control linkage information.
However, I would like the project get from version control to contain the linkage info as well so I (and eventually others) do not have to go through this manual step everytime a new copy of the project is pulled from version control. If I knew where CCS5 places the linkage information, I could archive that file or files as well so the linkage was there once imported. I've done multiple text searches and so far have not found where this information is stored.
In theory I know this should be possible since I do it all the time with Visual Studio solutions and projects. I'm just not sure how to do the same with CCS5 or whether in practice it is possible to do it with CCS5.
Thanks for any help.