Skip to content

Filename conflict on Windows #657

@codersclub

Description

@codersclub

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 :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugSomething is brokenlegacyIssue is pre 4.0.0 Laravel rewrite and is no longer relevant. 3.8.0 bugs will not be maintained.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions