Do any of you use SVN? The override system seems to be the wrong way to approach this if one use SVN, don't you think? I'd rather edit the original files and then merge the changes.
In the event when a new version or a patch comes out for one of the files I had an override for, then it will make changes only to the original file, and the overridden file still stays old. Which means that I'd have to go an manually check whether I have an override for this particular file.
If I made changes to the original files, then SVN would likely to merge everything automatically.



