This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

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
  • No, this has nothing to do with building!

    True, but that is not what I meant: I was under the impression that project files are saved only after closing a project. thus, if one creates dependencies into C modules that are not part of the project files when the check-in is done, there is a problem.

Reply
  • No, this has nothing to do with building!

    True, but that is not what I meant: I was under the impression that project files are saved only after closing a project. thus, if one creates dependencies into C modules that are not part of the project files when the check-in is done, there is a problem.

Children