This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project. See the Cygwin home page for more information.
Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: B20: mv deletes files on error (NT)




"Larry Hall (RFK Partners, Inc)" wrote:
> 
> If that's true, how does one rename a file based on case sensitivity only?
> On b19 (which as all I have at this location), mv can do this without
> complaint or problem...
> [...]
> Seems a shame if this functionality has been lost...

It's not a shame, it's a feature :)

The older cygwin snapshots has generated i-node numbers by hashing over
the filename, which has the advantage, that `mv' works for the mentioned
situation by accident. But the disadvantage of this older implementation
is simply, that it wasn't able to realize, that two directory entries
are the same file. This isn't important on FAT, but NTFS allows real
hard links.

Regards,
Corinna

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com