KKDEL
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.
Do not delete the file from the file system first or delete any of the revision data manually with, say, the MS-DOS DEL command, and THEN try to use KKDEL, for a subsequent run of KKDEL will NOT be successful. Use only KKDEL when you need to delete a source file.