public
Description: an implementation of the dflat and redd specifications from CDL for versioning of digital objects
Homepage:
Clone URL: git://github.com/edsu/dflat.git
edsu (author)
Mon Oct 05 17:36:19 -0700 2009
commit  5155c9d0d1c84a44c3d804fc49803a5eaae9c7cd
tree    fa2cfb9387301b0b612423632b40e5bb06be2af1
parent  c69ff7c3f5ce1fc367cce39a5d1638a7a8ff0d6b
dflat /
README
A python client implementation of the dflat [1] and redd [2] specifications
for versioning of simple filesystem based digital objects.

Installation:

  easy_install dflat

Usage:

  cd /my/object/directory/
  dflat init
  dflat checkout 
  # ... make some changes to v002
  dflat status
  dflat commit
  dflat export v001  

[1] http://www.cdlib.org/inside/diglib/dflat/dflatspec.pdf
[2] http://www.cdlib.org/inside/diglib/redd/reddspec.html