You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current Bagit Java library has a number of problems. It might be possible to download the code and edit it, but honestly I think it would be much easier to start from scratch as the existing code is extremely complicated.
The problems we need to fix are...
The current code builds the manifest in memory, so for a directory with a lot of files it runs out of memory.
maintain empty directories
maintain symbolic links (rather than resolving & duplicating)
maintain exact file names
Will need a way of handling the fact that there aren't checksums for empty directories and symbolic links
UoE Requirement Dep 12
First thing, read this - https://en.wikipedia.org/wiki/BagIt
The current Bagit Java library has a number of problems. It might be possible to download the code and edit it, but honestly I think it would be much easier to start from scratch as the existing code is extremely complicated.
The problems we need to fix are...
The current code builds the manifest in memory, so for a directory with a lot of files it runs out of memory.
maintain empty directories
maintain symbolic links (rather than resolving & duplicating)
maintain exact file names
Packager interface so can choose which to use
The text was updated successfully, but these errors were encountered: