Bug with case sensitivity on linux

Discuss new features and functions
Posts: 2
Joined: 17 Mar 2007

ski98033

Hi,

I compiled it for use on Linux Mint Debian Edition. It works perfectly except for case sensitivity. I have the following structure on my source directory:

DIRA/Dira
DIRA/DIRA

When I do a sync my target directory looks like:

DIRA/DIRA

it merged the lowercase and uppercase dira into one directory on the target system. My target directory is on a CIFS file share so that may be causing the problem. The easy fix is to change the name which is what I have done, but you may want to add this test case to your code as it is not respecting case sensitivity on this platform or perhaps have it raise a warning in the case.

cheers,

ski