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.

CCS4 + Mercurial

Hi

I use Mercurial (http://mercurial.selenic.com/) for manage my source files.

But I can not understand what files are needed for workspace.
I need a minimum list of files other than source code. To copy it to a clean pc and can be opened as workspace ccs4.


  • Hello,

    See slide 20 of: http://processors.wiki.ti.com/images/0/09/CCSv4_Tips_%26_Tricks.pdf

    It lists what files in your project folder need to be checked in, along with your source files.

    I would not check in your workspace folder. You just need the project files.

    Thanks

    ki

  • Hi Ki

    For test I did next:

    1. copy workspace folder

    2. launch ccs. Switch workspace to new folder all is OK

    3. close ccs.

    4. remove .metadata folder, remove all Debug and Release subfolders in project folders

    5. launch ccs.And see empty windows and empty tab "C/C++ Projects"

    If I returned .metadata folder - all opened Ok

     

    PS: I can import each project one by one. And it's work. But now on first step of developments we have about 20 sub projects in workspace...

    UPD:

    For some unknown reason at the root of the workspace files were
    . ccsproject
    . cdtbuild
    . cdtproject
    from one of the projects. It is therefore not able to import the entire project group.

    Thank question is cleared.