Bug report: rsync does not always discriminate upper and lower case

alain content acontent at ulb.ac.be
Sun Dec 28 20:45:52 EST 2003


Right, 
Renaming does not touch the file - it only changes the directory
modification date.

And you are absolutely right. Panther preserves case but is insensitive to
case in file names :
ls
>...
>-rw-r--r--  1 ac  ac     0 27 Dec 11:59 a file named ABC
filetest -e "a file named ABC"
> 1
filetest -e "a file named abc"
> 1

Bad, bad Apple.




More information about the rsync mailing list