PackageDescription: OSkPortability Development(Bundle)
O Sk Portability DevelopmentLast published: June 20, 2004 by 'bbadger'
No bundle comment found. Component comments follow
PackageDescription: OSkPortability(Bundle)
©Bruce Badger 2004. Licensed under the LGPL.
This bundle represents the deployable state of the OpenSkills Smalltalk portability library. See the comments on the sub-pundles for further details.PackageDescription: Store Replication
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