Keck-DataReductionPipelines / OsirisDRP

16 stars 17 forks source link

collision between files on case insentive OSs #91

Open gwalth opened 4 years ago

gwalth commented 4 years ago

On git clone, a collision between the two files modules/idl_downloads/drpXlateFileName.pro and modules/idl_downloads/drpxlatefilename.pro

This will fail on case insensitive OSs (why are there case insensitive OSs?), just rename the file to ...old or if it is deprecated, remove it.

Cheers,

Greg

git clone https://github.com/Keck-DataReductionPipelines/OsirisDRP.git Cloning into 'OsirisDRP'... remote: Enumerating objects: 4736, done. remote: Total 4736 (delta 0), reused 0 (delta 0), pack-reused 4736 Receiving objects: 100% (4736/4736), 18.48 MiB | 7.06 MiB/s, done. Resolving deltas: 100% (2614/2614), 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:

'modules/idl_downloads/drpXlateFileName.pro' 'modules/idl_downloads/drpxlatefilename.pro