pantheon-systems / localdev-issues

Issue tracking for Pantheon localdev
6 stars 2 forks source link

Case sensitivity in duplicate filenames causes LocalDev's init process to fail #83

Open CFin86 opened 4 years ago

CFin86 commented 4 years ago

Issue

If there are files present with the same name, but differences in capitalization due to case-insensitivity on Linux (example.php vs Example.php) LocalDev's initialization process will fail.

Steps to reproduce

Create a duplicate file with different casing, then try to initialize site with LocalDev

axoplasm commented 4 years ago

I'm having the same problem as well, screenshot from the “hide detail” console:

Screen Shot 2020-10-03 at 12 08 57 PM

pirog commented 3 years ago

This is a known issue and is being tracked on the Lando side. Currently there is not an "automagic" way for us to handle it. The workaround until then is manual remediation eg remove/modify the offending files.

dqlopez commented 3 years ago

@pirog Do we have an update on this issue? This bug is still replicable on the latest Localdev version 1.0.1.

markcurrie commented 2 years ago

This is still occurring in version 1.2.0.1084, is there an update or workaround? After removing the offending file, the message returns on the next pull.

Screen Shot 2021-11-03 at 2 37 39 PM