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

GIT checkout not possible on Windows #630

Conversation

svanteschubert
Copy link
Contributor

Collided due to case-sensitive file name on a case-insensitive filesystem (Windows).

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:

'test-root/corpora/examples/modules/AIFF-hul/8-Bit-Noise-1.AIF'
'test-root/corpora/examples/modules/AIFF-hul/8-Bit-Noise-1.aif'

@codecov
Copy link

codecov bot commented Jun 27, 2020

Codecov Report

Base: 46.32% // Head: 45.63% // Decreases project coverage by -0.69% ⚠️

Coverage data is based on head (150698c) compared to base (b115dd6).
Patch has no changes to coverable lines.

❗ Current head 150698c differs from pull request most recent head 2bd3ea4. Consider uploading reports for the commit 2bd3ea4 to get more accurate results

Additional details and impacted files
@@                Coverage Diff                @@
##             integration     #630      +/-   ##
=================================================
- Coverage          46.32%   45.63%   -0.70%     
+ Complexity          1053     1046       -7     
=================================================
  Files                 57       57              
  Lines               9079     9149      +70     
  Branches            1609     1687      +78     
=================================================
- Hits                4206     4175      -31     
- Misses              4335     4424      +89     
- Partials             538      550      +12     
Impacted Files Coverage Δ
...edu/harvard/hul/ois/jhove/handler/JsonHandler.java 21.16% <0.00%> (-3.67%) ⬇️
...c/main/java/edu/harvard/hul/ois/jhove/RepInfo.java 53.07% <0.00%> (-1.54%) ⬇️
.../java/edu/harvard/hul/ois/jhove/ConfigHandler.java 60.00% <0.00%> (-1.42%) ⬇️
.../harvard/hul/ois/jhove/messages/JhoveMessages.java 47.05% <0.00%> (-0.31%) ⬇️
.../edu/harvard/hul/ois/jhove/handler/XmlHandler.java 62.73% <0.00%> (-0.04%) ⬇️
.../main/java/edu/harvard/hul/ois/jhove/MacStuff.java 0.00% <0.00%> (ø)
...ava/org/openpreservation/jhove/ReleaseDetails.java 82.75% <0.00%> (ø)
...va/edu/harvard/hul/ois/jhove/ObjectIdentifier.java 0.00% <0.00%> (ø)
...ain/java/edu/harvard/hul/ois/jhove/ModuleBase.java 51.02% <0.00%> (+0.68%) ⬆️
...main/java/edu/harvard/hul/ois/jhove/JhoveBase.java 43.06% <0.00%> (+1.76%) ⬆️
... and 1 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@carlwilson carlwilson self-assigned this Nov 30, 2022
@carlwilson carlwilson added this to the JHOVE 1.28 milestone Nov 30, 2022
carlwilson added a commit that referenced this pull request Nov 30, 2022
The test data for the AIFF module contained these files:

```shell
test-root/corpora/examples/modules/AIFF-hul/8-Bit-Noise-1.AIF
test-root/corpora/examples/modules/AIFF-hul/8-Bit-Noise-1.aif

02eda0fee206ddb5bd380afe0fa9261df97d6bed25a866e8f7e8c9c45197ffd4  8-Bit-Noise-1.aif
02eda0fee206ddb5bd380afe0fa9261df97d6bed25a866e8f7e8c9c45197ffd4  8-Bit-Noise-1.AIF
```

As well as duplication, the case-clash on the extension caused issues with
Windows checkouts because of NTFS case-insenstivity.

Fixes #630
@carlwilson carlwilson merged commit cc235e1 into openpreserve:integration Nov 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants