PackageDescription: Store Replication


Store Replication

Last published: July 16, 2007 by 'aknight'

Defines 2 Classes
Extends 8 Classes


This package adds the ability to copy bundles and packages from one database to another without explicitly loading the package. When you copy a package it keeps all of the username and timestamp information from the original package. It also tries to keep the same version name, but if that version already exists in the new database, it will prepend the name of the database to the version name.

You can replicate a package to a database multiple times. Before the package is copied to the database, it first checks that the package does not already exist with the specified name and timestamp. If the package already exists with the name and timestamp, then it assumes that it has already been copied

Further information can be found at: http://wiki.cs.uiuc.edu