Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Filename conflict on Windows #657

Open
codersclub opened this issue Sep 22, 2023 · 0 comments
Open

Filename conflict on Windows #657

codersclub opened this issue Sep 22, 2023 · 0 comments
Labels
Bug Something is broken legacy Issue is pre 4.0.0 Laravel rewrite and is no longer relevant. 3.8.0 bugs will not be maintained.

Comments

@codersclub
Copy link

There is a problem with FCMS file names on Windows when working with git and composer.
Problem files:

tests/lib/Test-More.php
tests/lib/test-more.php
tests/legacy/lib/Test-More.php
tests/legacy/lib/test-more.php

Git message:

E:\home\htdocs\fcms>git status
On branch master
Your branch is up to date with 'origin/master'.
Changes not staged for commit:
        modified:   tests/lib/test-more.php

Composer message:
The archive may contain identical file names with different capitalization (which fails on case insensitive filesystems)

It would be nice to rename the test-more.php to something else...
So windows developers will be happy :)

@ryanhowdy ryanhowdy added Bug Something is broken legacy Issue is pre 4.0.0 Laravel rewrite and is no longer relevant. 3.8.0 bugs will not be maintained. labels Nov 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something is broken legacy Issue is pre 4.0.0 Laravel rewrite and is no longer relevant. 3.8.0 bugs will not be maintained.
Projects
None yet
Development

No branches or pull requests

2 participants