KKVCS - DOS Version Control
KKREN Now Available with Release 0.10 -- May 4, 2026
Release 0.10 of KKVCS DOS Version Control comes with KKREN. This utility allows for a tracked source file to be renamed not only in the present working directory of the filesystem but also in:
- all associated revision data in _revs
- any relevant log entries that were created with KKLOG
For example:
C:\> KKREN cookie.c brownie.c File renamed.
KKDEL Now Available with Release 0.9 -- April 8, 2026
KKDEL provides the functionality to remove a source file from being tracked with KKVCS DOS Version Control in a manner that also deletes...
- the file in the present working directory of the file system
- all associated revision data from _revs
- any relevant log entries that were created with KKLOG
For example:
C:\> KKDEL cookie.c File no longer tracked.