async-esp-fs-webserver icon indicating copy to clipboard operation
async-esp-fs-webserver copied to clipboard

Two "src/version.cpp" files in repository generate cloning warning on windows

Open GregAscolab opened this issue 1 year ago • 1 comments

Ther is two files in the src directory :

  • Version.cpp ("V")
  • version.cpp ("v")

It generate error on filesystem that are not "case sensitive" (Windows) :

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:

  'src/Version.cpp'
  'src/version.cpp'

Maybe a small cleanup is require ;-)

GregAscolab avatar Jun 07 '24 08:06 GregAscolab

Hi just delete on of them

clear-sky avatar Jul 13 '24 14:07 clear-sky

version.cpp removed.

cotestatnt avatar Aug 26 '24 13:08 cotestatnt