Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

collision between files on case insentive OSs #91

Open
gwalth opened this issue Feb 19, 2020 · 0 comments
Open

collision between files on case insentive OSs #91

gwalth opened this issue Feb 19, 2020 · 0 comments

Comments

@gwalth
Copy link

gwalth commented Feb 19, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant