Tool/software:
I'm not sure why this is so difficult, but that's always been my experience with anything Eclipse based. Anyway here's my very basic project management issue that I'm unable to figure out. I'm using the latest version of Code Composer Studio v20.0.1.4_1.6.1 targeting LP-EM-CC2340R5.
What I Want
I have my source under Git control. The root folder (src) has a projectspec file along with all the source files that make up that project. I want to import the projectspec file and have all the source pulled into Code Composer. I don't want to copy it somewhere else since then it will no longer be under Git control. I don't want to change the folder structure. I just want to open the projectspec file and have all the files references in it pulled into Code Composer.
What I've Tried
Code Composer requires that I add a folder to my default workspace. I've added the source folder (src) under Git control, but it doesn't automatically pull in the project file that's at the root of the folder?! Which forces me to import the project. Code Composer then copies everything under the source folder into a new directory within the source folder! Why would this ever be a use case? When I import the projectspec file there's no checkbox to copy or not copy the project so that's not an option.
Please tell me what I'm missing because the Code Composer project management feels impossibly broken and I can only assume I'm just not understanding something here.