InteractiveAdvertisingBureau / SIMID

Secure Interactive Media Interface Definition (SIMID)
https://interactiveadvertisingbureau.github.io/SIMID/
Apache License 2.0
45 stars 24 forks source link

Issue with colliding filenames in repoisitory #423

Open kylegrymonprez opened 2 years ago

kylegrymonprez commented 2 years ago

In the images folder, there are some identical images with the same filename when ignoring case. This causes issues on *nix based filesystems (including macOS)

warning upon git checkout:

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:

  'images/dgrm-Creative-requestNavigation.png'
  'images/dgrm-creative-requestNavigation.png'

Request - deleted the 'right' one and have only one of these. The 'right' one wont break your docs.

aronschatz commented 2 years ago

If you have a PR ready for this, feel free to submit it. Otherwise, we'll add this to the list of things to fix for the repo soon.

kylegrymonprez commented 2 years ago

Hi @aronschatz - I dont have a PR, im not sure if there are references to this file in other systems or not, so just add it to the list i suppose. I was just cloning this locally to get the .ai files for SHARC :)