This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software: Code Composer Studio
This afternoon I'm struggling with CCS...
I want to put my project under git source control; my git repository already exists (only with the source files), CCS only let's me clone it into a subdirectory of my project; so in that case how do I add the .ccsproject, .cproject, .project and other project files into my git repository as TI recommends ?
Any help is appreciated...
Marc
Marc,
Could you please take a look at this article and see if it helps answer your question? If not, please provide some additional details about your project and repository structure so can understand and help you better.
Thanks a lot, sorry that I wasn't able to find this by myself... it helped a lot.
The issue was that you are not expected to put the GIT repository somewhere in the project tree but elsewhere. I was than puzzled by the Team > Share project command, sounds very unnatural to me because I don't want to share, I just want to put my project under source control.
Reqards,
Marc
I am glad that the article was helpful.
Retokid said:I was than puzzled by the Team > Share project command, sounds very unnatural to me because I don't want to share, I just want to put my project under source control.
Yes I agree the terminology is not the most intuitive.
This document details the procedure to version control your projects directly from CCS (as many users prefer to do this directly from IDE while they are working on their projects), but you can just as well use command line git or other Git clients to achieve the same outcome.