This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit 5155c9d0d1c84a44c3d804fc49803a5eaae9c7cd
tree fa2cfb9387301b0b612423632b40e5bb06be2af1
parent c69ff7c3f5ce1fc367cce39a5d1638a7a8ff0d6b
tree fa2cfb9387301b0b612423632b40e5bb06be2af1
parent c69ff7c3f5ce1fc367cce39a5d1638a7a8ff0d6b
dflat /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
README | ||
| |
bin/ | ||
| |
dflat.egg-info/ | ||
| |
dflat.py | ||
| |
docs/ | ||
| |
ez_setup.py | ||
| |
setup.py | ||
| |
test.py |
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








