rocfl
rocfl copied to clipboard
A CLI for OCFL repositories
The validator should report an error (`E083`) when it encounters an object at a storage path that does not match declared storage layout.
Attempting to move a file into an object across filesystems results in the following error: ``` Invalid cross-device link (os error 18) ``` In these cases, rocfl should likely fallback...
I think rocfl needs to unicode normalize object id and path comparisons by default because it is difficult/impossible to control the normalization from the cli. If there is a collision,...