Projects/ArchipelDeltas

edit
revisions

what's new
search
help

kiwi


Archipel Deltas

Archipel is a change-oriented versioning software, which foundation is the concept of undoable command, aka delta. This document presents a list of currently available deltas.

File deltas

File creation delta

PreNo file at the same location in the parent version
EffectA file is created at the location in the current version
DataThe entire data of the new file
DependsNone

File change delta

PreA file must exist at the same location in the parent delta
EffectThe file at the same location is modified to contain the new data
DataThe information required to update the old file to the new file
DependsA previous file change or creation delta

File copy delta

PreNo file at the same location in the parent version
EffectCopies a file already under version control in the parent version to another location
DataNone
DependsAn existing file creation, change or copy in the parent version.
last modified on September 27, 2005, at 03:35 PM

© type-z.org and its contributing authors, 2001-2004.
Content is licensed under a Creative Commons License.