Hi there,
I have to make changes to the Renesas Synergy SSP autogenerated code.
After doing the changes i mark the changed files in e2 studio as "Read only". This prevents the files from beeing overwritten as i autogenerate the ssp code again.
This works fine so far.
Until i check in the code to my version control system (svn). There is no way to store file attributes in the svn repository. So as soon as i check out the files again, the read only attribute is gone.
Do you have any tipps or best practices on how to handle changed autogenerated code and version control systems?
Thanks for your help!
Philipp