Skip to content

Duplicate file name with different cases #333

@schliesser

Description

@schliesser

Cloning the repository on MacOS, or other case insensitive OS, lead to a colission of two css files:

  • 'Resources/Public/Css/Datatables.min.css'
  • 'Resources/Public/Css/datatables.min.css'

Not sure wether the uppercase Datatables.min.css is a leftover or still needed. It's the older file.
https://github.com/TYPO3GmbH/blog/tree/master/Resources/Public/Css

Log from console:

$ git clone https://github.com/TYPO3GmbH/blog.git
Cloning into 'blog'...
remote: Enumerating objects: 10430, done.
remote: Counting objects: 100% (1698/1698), done.
remote: Compressing objects: 100% (226/226), done.
remote: Total 10430 (delta 1552), reused 1477 (delta 1472), pack-reused 8732 (from 2)
Receiving objects: 100% (10430/10430), 4.74 MiB | 207.00 KiB/s, done.
Resolving deltas: 100% (6243/6243), done.
warning: the following paths have collided (e.g. case-sensitive paths
on a case-insensitive filesystem) and only one from the same
colliding group is in the working tree:

  'Resources/Public/Css/Datatables.min.css'
  'Resources/Public/Css/datatables.min.css'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions