Hi
A colleague has created a QCS project and used the DPAA Graphing Tool to create a DPAA configuration. Here are the project's directory contents:
MyProj_DPAA/
├── .cproject
├── .cwGeneratedFileSetLog
├── Documentation
│ ├── ProcessorExpert_Settings.previous.xml
│ ├── ProcessorExpert_Settings.xml
│ ├── ProcessorExpert_SIGNALS.txt
│ └── ProcessorExpert.txt
├── Generated_Code
│ └── DPAA1
│ ├── dpc_struct.h
│ ├── fmc_config.c
│ ├── fmc_config.xml
│ ├── fmc_dpc.xml
│ ├── fmc_pcd.xml
│ └── .log.txt
├── .ProcessorExpert.g_c
├── .ProcessorExpert.g_x
├── ProcessorExpert.pe
├── .project
├── .settings
│ └── com.processorexpert.core.ide.newprojectwizard.prefs
└── Sources
└── DPAA1_SWParser.xml
I have two questions:
1) I want to store this project in Subversion. Which files do I need to version control? (For a C/C++ Eclipse project I would version control .project, .cproject and the source files).
2) How can I import this project into my own workspace?
Best regards
David