KKCOMMIT
After a file has been added by the KKADD utility, changes to a file are tracked in KKVCS DOS Version Control by the KKCOMMIT utility. For example:
C:\> KKCOMMIT cookie.c Changes committed
If KKCOMMIT sees that there are no differences between the contents of the current file and the last revision of the file, then the following message will be printed to the screen:
C:\> KKCOMMIT cookie.c No changes to commit
Currently, there is a limit of roughly 600 lines of code that can be committed per file. This limit will be addressed before the first official release of KKVCS DOS Version Control.