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

Case-sensitive issues for text files in the repository #2

Open
phwuil opened this issue Jan 5, 2024 · 0 comments
Open

Case-sensitive issues for text files in the repository #2

phwuil opened this issue Jan 5, 2024 · 0 comments

Comments

@phwuil
Copy link

phwuil commented Jan 5, 2024

Hi,

When cloning this repository (on a mac but I guess on a linux too) :

> git clone https://github.com/mingodad/CocoR-CPP.git
Cloning into 'CocoR-CPP'...
remote: Enumerating objects: 917, done.
remote: Counting objects: 100% (185/185), done.
remote: Compressing objects: 100% (93/93), done.
remote: Total 917 (delta 92), reused 92 (delta 92), pack-reused 732
Receiving objects: 100% (917/917), 299.26 KiB | 6.50 MiB/s, done.
Resolving deltas: 100% (717/717), 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:

  'src/TestSuite/TestAlts_Output.txt'
  'src/TestSuite/TestAlts_output.txt'
  'src/TestSuite/TestAny1_Output.txt'
  'src/TestSuite/TestAny1_output.txt'
  'src/TestSuite/TestAny_Output.txt'
  'src/TestSuite/TestAny_output.txt'
  'src/TestSuite/TestChars_Output.txt'
  'src/TestSuite/TestChars_output.txt'
  'src/TestSuite/TestEps_Output.txt'
  'src/TestSuite/TestEps_output.txt'
  'src/TestSuite/TestIters_Output.txt'
  'src/TestSuite/TestIters_output.txt'
  'src/TestSuite/TestOpts1_Output.txt'
  'src/TestSuite/TestOpts1_output.txt'
  'src/TestSuite/TestOpts_Output.txt'
  'src/TestSuite/TestOpts_output.txt'
  'src/TestSuite/TestSem_Output.txt'
  'src/TestSuite/TestSem_output.txt'
  'src/TestSuite/TestSync_Output.txt'
  'src/TestSuite/TestSync_output.txt'
  'src/TestSuite/TestTokens_Output.txt'
  'src/TestSuite/TestTokens_output.txt'
  'src/TestSuite/TestWeak_Output.txt'
  'src/TestSuite/TestWeak_output.txt'

(by the way, these test output files should not be part of the repository, should they ?)

Thanks,

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