When moving collections between OS/File systems there are case sensisitivity issues that crop up. In particular how Mac OS X currently handles (by default) case assignment in paths versus other OS. When migrating a dataset collection between OS/File system types via zip or tar ball it is a good idea to run `dataset check` and `dataset repair` on the destination system. For pairtree layouts repair will not keep track of the missing JSON records then walk the pair tree and re-attach those it finds fixing the path issue. This is an ugly hack but will keep things workable for now. Long run it might make sense to include an archive verb in the dataset command which ensures portable zip and tar balls since that is easy to support via Go standar...
The big change is the addition of a clone and clone-sample verbs to the command line and Python modu...
This release includes the v0.0.68 release of the dataset library, which includes a bug fix for attac...
This release is primarily implementing fixes.A Go package for managing JSON documents on local disc,...
This is a small bug fix release..dataset is a command line tool, Go package, shared library and Pyth...
In addition to the usual assortment of bug fixes this release features support for using a Pairtree ...
There was a bug in the dataset command when handling literal JSON expressions versus JSON filename r...
This release is compiled against pairtreee v0.0.2, eliminating a bug where some Unicode characters w...
Attachments are now saved as the base filename (the path to the file is no longer included). If you ...
Switch Python to setuptools from distutils for building Python package from libdataset.go. Fixed bug...
This release fixes a bug in `dataset list` when reading keys from standard in.A Go package for manag...
Added check for file existence for files which you're attempting to attach. Included more language a...
Bugs, corrections for issues 29-35 and Python module is now fully mapped from command line tool. Doc...
Mostly bug fixes from v0.0.14-dev but added collection.AttachFile(), collection.CreateFrom(), collec...
This release is re-organizing code and flattening the sub-modules and the pain this inflicts on bug ...
Issue 38 fixed, minor testing bugs corrected, added missing tests from Python 3 module.Dataset is a ...
The big change is the addition of a clone and clone-sample verbs to the command line and Python modu...
This release includes the v0.0.68 release of the dataset library, which includes a bug fix for attac...
This release is primarily implementing fixes.A Go package for managing JSON documents on local disc,...
This is a small bug fix release..dataset is a command line tool, Go package, shared library and Pyth...
In addition to the usual assortment of bug fixes this release features support for using a Pairtree ...
There was a bug in the dataset command when handling literal JSON expressions versus JSON filename r...
This release is compiled against pairtreee v0.0.2, eliminating a bug where some Unicode characters w...
Attachments are now saved as the base filename (the path to the file is no longer included). If you ...
Switch Python to setuptools from distutils for building Python package from libdataset.go. Fixed bug...
This release fixes a bug in `dataset list` when reading keys from standard in.A Go package for manag...
Added check for file existence for files which you're attempting to attach. Included more language a...
Bugs, corrections for issues 29-35 and Python module is now fully mapped from command line tool. Doc...
Mostly bug fixes from v0.0.14-dev but added collection.AttachFile(), collection.CreateFrom(), collec...
This release is re-organizing code and flattening the sub-modules and the pain this inflicts on bug ...
Issue 38 fixed, minor testing bugs corrected, added missing tests from Python 3 module.Dataset is a ...
The big change is the addition of a clone and clone-sample verbs to the command line and Python modu...
This release includes the v0.0.68 release of the dataset library, which includes a bug fix for attac...
This release is primarily implementing fixes.A Go package for managing JSON documents on local disc,...