Topic : External SVN tool Project files to put under version control

Forum : Ride IDE

Original Post
Post Information Post
March 20, 2013 - 4:17pm
Guest

I would like to store a RIDE 7 project (targeting STM32 using Ride7 version 7.40 ) under version control(subversion).
The IDE generates 6 project files:
.ctx
.dbi
.rapp
.rprj
.xdb
-Globals.Standard.xdb

I would like to know what Ride 7 files should be put under version control and if there is a document describing what these files are use for.
The project would be worked on by two developers.

Regards,
Daniel

Replies
Post Information Post
+1
0
-1
March 21, 2013 - 3:53pm
Raisonance Support Team

Hi,

To store your project, you need to keep:
.rapp
.rprj
all the source code you made.

The .o, .ctx, .dbi, .xdb are interemediate project files they will be regenerate after a new build.

Regards,

+1
0
-1
March 22, 2013 - 9:59am
Guest

Thanks, that answers my question.

Daniel