VoronDesign / Voron-Documentation

Sources of the documentation website for all Voron 3D printers
https://docs.vorondesign.com/
GNU General Public License v3.0
240 stars 190 forks source link

Files are folded on case-insensitive filesystems #363

Open jordanhubbard opened 1 year ago

jordanhubbard commented 1 year ago

On the Mac, filesystems are case insensitive by default (I know, I know)...

This leads to the following error on file checkout:

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:

  'build/electrical/V1_octopus_wiring.md'
  'build/electrical/v1_octopus_wiring.md'

Suggest git mv'ing one of these two files such that they do not collide.

shiftingtech commented 1 year ago

the second file isn't even actually supposed to exist. There are only two because of some previous weirdness with a P.R. changing the case and not being noticed.

I keep meaning to make sure there's nothing we need hiding in the second file, and just havent gotten around to it.