KarrLab / obj_tables

Tools for creating and reusing high-quality spreadsheets
https://objtables.org
MIT License
8 stars 2 forks source link

Warning RE: path collisions on a case-insensitive filesystem #160

Closed artgoldberg closed 4 years ago

artgoldberg commented 4 years ago

git clone on MacOS generates:

$ git clone https://github.com/KarrLab/obj_tables.git
Cloning into 'obj_tables'...
remote: Enumerating objects: 360, done.
remote: Counting objects: 100% (360/360), done.
remote: Compressing objects: 100% (242/242), done.
remote: Total 10383 (delta 191), reused 245 (delta 112), pack-reused 10023
Receiving objects: 100% (10383/10383), 35.77 MiB | 11.68 MiB/s, done.
Resolving deltas: 100% (7514/7514), done.
Checking out files: 100% (722/722), 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:

  'examples/sbtab/hynne.csv/Compartment.csv'
  'examples/sbtab/hynne.csv/compartment.csv'
  'examples/sbtab/hynne.csv/Compound.csv'
  'examples/sbtab/hynne.csv/compound.csv'
  'examples/sbtab/hynne.csv/Quantity.csv'
  'examples/sbtab/hynne.csv/quantity.csv'
  'examples/sbtab/hynne.csv/Reaction.csv'
  'examples/sbtab/hynne.csv/reaction.csv'
  'examples/sbtab/hynne.tsv/Compartment.tsv'
  'examples/sbtab/hynne.tsv/compartment.tsv'
  'examples/sbtab/hynne.tsv/Compound.tsv'
  'examples/sbtab/hynne.tsv/compound.tsv'
  'examples/sbtab/hynne.tsv/Quantity.tsv'
  'examples/sbtab/hynne.tsv/quantity.tsv'
  'examples/sbtab/hynne.tsv/Reaction.tsv'
  'examples/sbtab/hynne.tsv/reaction.tsv'
jonrkarr commented 4 years ago

I removed the old files with the lowercase names.