KKREN
This utility allows for a tracked source file to be renamed not only in the present working directory 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.
In other words, do not use the MS-DOS REN command to rename the source file in the present working directory, if that source file is tracked by KKVCS DOS Version Control.
Also note that only the file name in the first line of an associated log entry will be renamed. Any mention of the original file name in the body of the log entry will be retained for the sake of preserving the historical contents of the log entry.
Continuing with the above example, the contents of a log entry for cookie.c, prior to the execution of the KKREN command, may look like this:
cookie.c I named this file cookie.c because Cookie is the name of my dog. $
After the execution of the KKREN command, the log entry will look like this:
brownie.c I named this file cookie.c because Cookie is the name of my dog. $