On Fri, Jun 21, 2013 at 7:03 PM, Johan Corveleyn <jcor...@gmail.com> wrote: > On Fri, Jun 21, 2013 at 12:56 AM, Geoff Hoffman > <ghoff...@cardinalpath.com> wrote: >> Yes, that helps, Dave, thanks. >> >> But, >> >> deleting the file from Subversion, then adding the copy with the correct >> case. >> >> Question: Doesn't that blow away revision history? If I didn't care about >> revision history I would just start over with a fresh repo. >> >> I also thought about doing full URL svn mv's but seemed like that could take >> a very long time to do... >> > > Why would that be slow? A server-side move is very quick, the files > themselves are not transferred over the network, ...
While the operation itself may be fast, you have to execute it for each URL individually unless you use svnmucc.