-
Notifications
You must be signed in to change notification settings - Fork 0
OCFL on Append-Only-Filesystem #52
Copy link
Copy link
Open
Labels
Proposed: In-ScopeUse case is up for discussion and may change the spec, implementation notes, or become an extension.Use case is up for discussion and may change the spec, implementation notes, or become an extension.
Milestone
Metadata
Metadata
Assignees
Labels
Proposed: In-ScopeUse case is up for discussion and may change the spec, implementation notes, or become an extension.Use case is up for discussion and may change the spec, implementation notes, or become an extension.
Type
Projects
Status
In progress
If a append-only file system is used, which allows files to be added but not changed or deleted, Section 3.7 prevents OCFL from being used if more than one version is required.
Section 3.5.1 states, that the
headdefining the "current" version must be the latest versionTherefore, the head can easily be calculated as the highest version number. This means, that there would be no loss of information, if Section 3.7 were changed to:
This would allow new versions to be added without modifying the OCFL Object Root (except for adding a new folder or files).