-
Notifications
You must be signed in to change notification settings - Fork 43
Open
Labels
BugSomething is brokenSomething is brokenlegacyIssue is pre 4.0.0 Laravel rewrite and is no longer relevant. 3.8.0 bugs will not be maintained.Issue is pre 4.0.0 Laravel rewrite and is no longer relevant. 3.8.0 bugs will not be maintained.
Description
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 :)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
BugSomething is brokenSomething is brokenlegacyIssue is pre 4.0.0 Laravel rewrite and is no longer relevant. 3.8.0 bugs will not be maintained.Issue is pre 4.0.0 Laravel rewrite and is no longer relevant. 3.8.0 bugs will not be maintained.