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

Fix bug staging identical files to mutable head #106

Merged
merged 2 commits into from
Mar 2, 2024

Conversation

pwinckles
Copy link
Collaborator

Creating a mutable head revision that only contains a file with identical contents to a file already in the mutable head is now properly writen to the object.

Resolves #105

Creating a mutable head revision that only contains a file with
identical contents to a file already in the mutable head is now
properly writen to the object.

Resolves OCFL#105
Now correctly stages a file with identical content to a file that is
already in the object. Previously, this would fail on the first
mutable head revision, when the revision did not contain any content
files.

Resolves OCFL#105
@pwinckles pwinckles merged commit e91f2f9 into OCFL:main Mar 2, 2024
5 checks passed
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

Successfully merging this pull request may close these issues.

MutableOcflRepository fails on writing files with the same hash
1 participant