Package python-module-zc.beforestorage: Information

    Source package: python-module-zc.beforestorage
    Version: 0.4.0-alt2.1
    Build time:  Nov 16, 2011, 04:33 AM
    Report package bug
    License: ZPLv2.1
    Summary: View storage before a given time
    Description: 
    ZODB storages typically store multiple object revisions to support
    features such as multi-version concurrency control and undo.  In the
    case of the mod popular storage implementation, old revisions aren't
    discarded until a pack.  This feature has often been exploited to
    perform time travel, allowing one to look at a database as it existed
    in at some point in time.  In the past, this has been possible with
    file storage by specifying a time at which to open the file
    storage. This works fairly well, but is very slow for large databases
    because existing index files can't easily be used.  Time travel is
    also supported for individual objects through the ZODB history
    mechanism.

    List of rpms provided by this srpm:
    python-module-zc.beforestorage (x86_64, i586)
    python-module-zc.beforestorage-tests (x86_64, i586)



    ACL:
    @qa_p7

      1. python-devel
      2. python-module-distribute

    Last changed


    Oct. 20, 2011 Vitaly Kuznetsov 0.4.0-alt2.1
    - Rebuild with Python-2.7
    June 26, 2011 Eugeny A. Rostovtsev 0.4.0-alt2
    - Added necessary requirements
    - Excluded *.pth
    June 7, 2011 Eugeny A. Rostovtsev 0.4.0-alt1
    - Initial build for Sisyphus