Version control files

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Version control files

2,880 Views
robertpalmer
Contributor I
Is there a list, a detailed list (not just "check in everything in the project folder") of files the should be checked into version control. We are using a stand alone SCM system (Seapine SCM) and need to know what files should be checked in.

.cmd files?
.ini files?
.map files?
.bbl file?

what files are part of the project and configuration and what files are always dynamically recreated.
Labels (1)
0 Kudos
3 Replies

394 Views
CrasyCat
Specialist III

Hello

From your message I assume you are using CodeWarrior for HC08 or CodeWarrior for HC12. Am I right?

According to my experience you should check following files:
  - source files
  - Include Files
  - .prm file
  - .bbl file
  - project file (.mcp) as this one is a binary file, I usually recommend to  export project to a .xml file (using "File" -> "Export Project...") and check the .xml file.
  - .ini, .hwl, .hwc & .cmd files contain debugger configuration data. If you feel like you need to keep them, check these files too.
  - If you are using ProcessorExpert you may want to check also .dsk, .pe & .G_C files. These files contain Processor Expert configuration data.

I hope this helps.

CrasyCat

0 Kudos

394 Views
JPB_plxs
Contributor I
Not clear what exactly is contained within a .tdt file. Would you recommend that .tdt files be version controlled?
 
0 Kudos

394 Views
CrasyCat
Specialist III
Hello
 
No tdt file do not need to be placed in VCS.
Content of this file will be recreated when you open the project and build it.  
 
CrasyCat
0 Kudos