I'm trying to understand what CCSv5 M8 is doing here. When I import a CCS/CCE project and DO NOT copy file(s) into my workspace (like from a repository or a StellarisWare installation,) my understanding is that this creates soft-links to the source files from those folders, which is good. Also, all the build files (.o,.obj,.elf) end up residing in the user workspace.
However, I would have expected the .cproject and .project files TO get copied into the local workspace and refereced/modified from there.
Evidently, this is NOT the case. I discovered this when using GIT and Tortoise GIT with the MAVRK repository. BOTH, the .cproject and .project files downloaded from the repository are getting modified (AND they are the ONLY files that are getting modified.)
Can you clarify WHY this is the case?