admin wrote:... (i.e. could you send me a package)?
Okay, i've made a bare minimal cygwin environment+wrappers. (portable by itself, but you have to do a registry tweak to work with case-sensitive paths.)
https://drive.google.com/file/d/0B4sPBJ ... sp=sharing
run caseTest.bat in an admin cmd prompt. It will prompt for applying the registry tweak. Restart and run the bat again. Now you should be in a bash prompt [*], opened to ~ (home) which is set to the \home folder.
The tar archive is in home, which you can extract with:
This extracts to ~/caseTest/. Which should match caseTest-content.txt. List contents:
View the files are indeed different:
Code: Select all
cat ~/caseTest/test_ABC.txt
cat ~/caseTest/test_abc.txt
You can create files for testing yourself with touch (and mkdir):
[*] If you'd rather not live in a bash shell, just go into /bin/ and run them from a regular commandprompt. (except mkdir/rmdir, it will be overridden by builtin cmd. Rename it to _mkdir/rmdir.) But in this method, $HOME is reset to %USERPROFILE%.
admin wrote:Don't get too involved. I think this is madness and it's very unlikely that I will support it.
Either way, as a result I've constructed a pretty nifty toolset to handle case-sensitive files on Windows.