Case-sensitive issues for text files in the repository
Opened this issue · 0 comments
phwuil commented
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,