Dim is a utility to help you track the changes of
items (sets composed
of multiple files). It provides commands to handle
the complete
lifecycle of version control operations: create a
library, register
users (code authors), create items, save local
versions, branch, clone,
export, import, remove, merge, archive, replicate
library content over
the network or the filesystem, and access the full
history and browse
differences at the library, item, file, line, or
word level. Dim is a
single self-documented POSIX shell script. It just
uses standard Unix
utilities like awk, diff, tar, and openssl.
License: MIT/X Consortium License
Changes:
Clones have been internally reorganized to allow future support for symbolic links, directories, and special files. A persistent auto/noauto option was added for version mount/remount to allow automatic updating of the clone index. Several bugs were fixed.