<div dir="ltr">I locally set up an SVN repo with a file called "File.txt" and then renamed it with `svn mv` using a new svn client (1.8).<div><br></div><div>Then I tried updating several local checkouts of my local repo with svn 1.6.6 clients. All methods of updating I tried (`svn up`, `svn co current_checkout_url@2`) worked without problems. So this does seem to work fine as far as I can tell.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jun 8, 2016 at 1:38 PM, Nico Weber <span dir="ltr"><<a href="mailto:thakis@chromium.org" target="_blank">thakis@chromium.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><div><div class="h5">On Wed, Jun 8, 2016 at 1:27 PM, Hans Wennborg <span dir="ltr"><<a href="mailto:hans@chromium.org" target="_blank">hans@chromium.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><div><div>On Wed, Jun 8, 2016 at 10:20 AM, Nico Weber <<a href="mailto:thakis@chromium.org" target="_blank">thakis@chromium.org</a>> wrote:<br>
> It looks like we're starting to be more careful about header case. MSVC's<br>
> intrin.h is called intrin.h with a lower-case 'i'; ours starts with an<br>
> upper-case 'I' for no good reason.<br>
><br>
> It looks like file-only renames work fine as of svn 1.7 without any<br>
> workarounds<br>
> (<a href="http://subversion.apache.org/docs/release-notes/1.7.html#windows-case-change" rel="noreferrer" target="_blank">http://subversion.apache.org/docs/release-notes/1.7.html#windows-case-change</a>),<br>
> so let's `svn mv` the file to its correct case.<br>
><br>
> SGTM?<br>
<br>
</div></div>Hmm, from <a href="http://subversion.apache.org/faq.html#case-change" rel="noreferrer" target="_blank">http://subversion.apache.org/faq.html#case-change</a> it seems<br>
users with pre-1.7 svn might run into problems when updating past the<br>
name change? Do users with such ancient versions still exist? Turns<br>
out I seem to be on svn 1.6.6 myself :-/<br></blockquote><div><br></div></div></div><div>1.7 was released 6 years ago. I think it's ok if people who use an old svn need to do some manual work when they update. I can mention what people need to do in the CL description (also explained at <a href="http://subversion.apache.org/faq.html#case-change" target="_blank">http://subversion.apache.org/faq.html#case-change</a>).</div><div><br></div><div>I'm guessing most people get clang via the git mirror, and I think with git this will hopefully just work (?)</div><div><br></div><div>Anyone else out there still on svn 1.6? Hans uses Chromium's depot_tools svn (and Chromium's clang/win/tot bots do too, so they'll need some care), but I'd expect that most people who don't happen to work on Chromium probably have a newer svn by now?</div></div><br></div></div>
</blockquote></div><br></div>