B20: mv deletes files on error (NT)

Corinna Vinschen corinna.vinschen@cityweb.de
Mon Mar 29 13:33:00 GMT 1999


"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



More information about the Cygwin mailing list