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.

How to capture CCS 4.0 Project for Source Control.

Hi,

For Code Composer 4.0, what files are necessary to correctly capture a build configuration into source control (e.g., subversion)?

In the past (read: CCS 3.3), our company has been able to put a project directory, the source files, a .pjt file (code composer 3.3's "makefile"), the BIOS .tcf configuration and any miscellaneous linker .cmd files into accountability such that another engineer can do a "clean pull" of the repository and reproduce the associated library/executable as long as the same components (CGT's and BIOS) were used.

It's not clear to me how to accomplish the same thing with the CCS V4 IDE / Tool.  There are several dot files in the project area, but it appears that the Eclipse front-end is managing a makefile in each of the target configuration directories (e.g., debug/makefile vs. release/makefile).  I assume these are necessary to put into accountability, or are the auto-generated at build time?  Can anyone provide some guidance or point me to a fine manual to read on this topic?   What do I need to "check in" to ensure that someone can reproduce (or at a minimum identify) a build configuration?

Thanks!