how to put uVision project files under source control

Hello,

has anybody a good solution how to put the uVision project files under source control?
We only want to store the information that is absolutely neccessary to rebuild the objects. We do not need
informations how windows are placed - since this may be different from developer to developer and every time one checks in the project files get also checked in though nothing really has changed ...

Parents
  • We only want to store the information that is absolutely neccessary to rebuild the objects.

    That would be source code files themselves and build instructions. The uVision project file stores more information than this.
    Perhaps you should not place uVision files under version control. Instead, write a Makefile. The only thing is, if you want to run a debugger you must have a project file.

Reply
  • We only want to store the information that is absolutely neccessary to rebuild the objects.

    That would be source code files themselves and build instructions. The uVision project file stores more information than this.
    Perhaps you should not place uVision files under version control. Instead, write a Makefile. The only thing is, if you want to run a debugger you must have a project file.

Children
More questions in this forum