Tool/software: Code Composer Studio
I've just noticed that across consecutive builds and subversion commits that the build output (.out) files gets marked as deleted resulting in no record of the final binary being kept in the repository. Next time round the .out does get added as it is now appearing as an added file. Has anyone else observed this side affect of the build deleting the .out file during rebuild? Has anyone got ideas on how to prevent the file being marked as deleted?
Ideally the .out file would just be modified each rebuild so that SVN maintains a record of the actual binary you ended up for downloading to the target.