On Tue, Aug 28, 2012 at 6:45 AM, Michael Matz <m...@suse.de> wrote: > > On Tue, 28 Aug 2012, Ian Lance Taylor wrote: > >> > Or do we have a rule than any file using C++ specific feature should >> > be renamed from *.c to *.cc at the moment the C++ feature goes inside? >> >> We do not have such a rule and I would not recommend it. I think we >> should rename all the files at once at some point. > > That has implications on things like > svn blame file.cc@somerevision > in case somerevision was before that rename. So I'm not sure we should > rename the files. I see disadvantages but no real advantages.
Doesn't svn blame look through an svn mv? Even if it does not, I agree that this is a disadvantage but not a major one. I use svn blame fairly often to track down the source of changes, and I inevitably have to go through several iterations to get past random changes. The advantage to renaming the files is also a minor one. It's less surprising to newcomers, and we automatically get the right processing from tools like emacs, tags, etc. Ian