← Back to context Comment by boringg 4 years ago Sometimes I break the rule and use uppercase but never spaces. 5 comments boringg Reply ptha 4 years ago I've had issues when moving between Window/*nix file systems, where Windows file names are case insensitive and *nix systems are case sensitive.Build script works fine locally on Windows, but then chokes in *nix test server, as it's effectively a different path. cerved 4 years ago file names aren't case insensitive, it's the windows API that is ptha 4 years ago I assume you mean that the Windows API (standard for Windows apps) is case insensitive, but if using the WSL (Windows Subsystem for Linux) it's possible to get case sensitivity: https://docs.microsoft.com/en-us/windows/wsl/case-sensitivit... 1 reply → danielvaughn 4 years ago I’ve had issues with git when changing a filename, if the only change is the casing.
ptha 4 years ago I've had issues when moving between Window/*nix file systems, where Windows file names are case insensitive and *nix systems are case sensitive.Build script works fine locally on Windows, but then chokes in *nix test server, as it's effectively a different path. cerved 4 years ago file names aren't case insensitive, it's the windows API that is ptha 4 years ago I assume you mean that the Windows API (standard for Windows apps) is case insensitive, but if using the WSL (Windows Subsystem for Linux) it's possible to get case sensitivity: https://docs.microsoft.com/en-us/windows/wsl/case-sensitivit... 1 reply →
cerved 4 years ago file names aren't case insensitive, it's the windows API that is ptha 4 years ago I assume you mean that the Windows API (standard for Windows apps) is case insensitive, but if using the WSL (Windows Subsystem for Linux) it's possible to get case sensitivity: https://docs.microsoft.com/en-us/windows/wsl/case-sensitivit... 1 reply →
ptha 4 years ago I assume you mean that the Windows API (standard for Windows apps) is case insensitive, but if using the WSL (Windows Subsystem for Linux) it's possible to get case sensitivity: https://docs.microsoft.com/en-us/windows/wsl/case-sensitivit... 1 reply →
danielvaughn 4 years ago I’ve had issues with git when changing a filename, if the only change is the casing.
I've had issues when moving between Window/*nix file systems, where Windows file names are case insensitive and *nix systems are case sensitive.
Build script works fine locally on Windows, but then chokes in *nix test server, as it's effectively a different path.
file names aren't case insensitive, it's the windows API that is
I assume you mean that the Windows API (standard for Windows apps) is case insensitive, but if using the WSL (Windows Subsystem for Linux) it's possible to get case sensitivity: https://docs.microsoft.com/en-us/windows/wsl/case-sensitivit...
1 reply →
I’ve had issues with git when changing a filename, if the only change is the casing.