ryanhowdy / fcms

Family Connections - Create a private family website.
http://www.familycms.com
GNU General Public License v2.0
82 stars 41 forks source link

Filename conflict on Windows #657

Open codersclub opened 11 months ago

codersclub commented 11 months ago

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