Virtual patch: `svn mv lib/Headers/Intrin.h lib/Headers/intrin.h`

Hans Wennborg via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 8 10:27:19 PDT 2016


On Wed, Jun 8, 2016 at 10:20 AM, Nico Weber <thakis at chromium.org> wrote:
> It looks like we're starting to be more careful about header case. MSVC's
> intrin.h is called intrin.h with a lower-case 'i'; ours starts with an
> upper-case 'I' for no good reason.
>
> It looks like file-only renames work fine as of svn 1.7 without any
> workarounds
> (http://subversion.apache.org/docs/release-notes/1.7.html#windows-case-change),
> so let's `svn mv` the file to its correct case.
>
> SGTM?

Hmm, from http://subversion.apache.org/faq.html#case-change it seems
users with pre-1.7 svn might run into problems when updating past the
name change? Do users with such ancient versions still exist? Turns
out I seem to be on svn 1.6.6 myself :-/


More information about the cfe-commits mailing list