I don't see this as an issue. Mike Stone
I just spent quite a long time trying to figure out why I was getting the error mentioned in the subject line. It was only after I found that someone had already reported this that I realized that the problem was a case-insensitive filesystem and not a serious problem with mv. If the behaviour can't be fixed, at least the error message should be more helpful; at the moment, it makes it appear that it's mv that's broken, rather than the filesystem...
Christopher Allen <cpcallen@ruah.dyndns.org> wrote: Thanks for reporting that. As for changing mv's behavior, what would you have preferred it do in that case? It's easy to detect this problem in your (simple) case, but not as easy in general. Even if someone had already written a clean patch, I'm not convinced it'd be worth the added code (increased complexity, maintenance burden) to give a better diagnostic upon misuse in combination with a case-insensitive file system. But then again, maybe someone can come up with a small, clean patch to implement this...
So, after 10 years, this is still not fixed? root@loom:/mnt/db/projects/Falling Fanny/Falling Fanny/www/js# mv app.coffee App.coffee mv: `app.coffee' and `App.coffee' are the same file How am I supposed to rename this file? I don't care about the explanations given so far, because the renaming is clearly necessary in my situation, and it is also clear that it is technically possible, because it works through Windows Explorer. So, what's up with this?