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 ...
"We only want to store the information that is absolutely neccessary"
Why?
If you store a bit of extra information (eg, from the .opt file) that isn't strictly necessary, what's the problem?
On the other hand, if you omit something that later does turn out to be important - then it's too late!
Once it's gone, it's gone - so always better to store too much than too little!
Trying to normalize the *.Opt file before the commit will allow a diff to give at least some indication of what was changed.
UV2 & UV3 were the same; UV4 is different...
See: http://www.keil.com/support/man/docs/uv4/uv4_b_filetypes.htm
I seem to recall the promise that the new uVision project file format would be "Open" - but I see no evidence of that as yet...
:-(