|
NAMEtkaer - GUI tool for reviewing Aegis change sets, using TCL/TKSYNOPSIStkaerDESCRIPTIONThe tkaer command is used to provide an easy and convenient way to review Aegis change sets. It provides a front‐end to other tools which are used to view the modifications.Files in the change set are shown in one of four lists. The choice of list is based on the operation performed on the file by the change (create, modify, move or remove). Empty lists are not shown. The change details, as provided by ael(1) may be displayed by clicking on the “Details” button. MODIFIED AND MOVED FILEStkdiff is used to show the differenceces between the change and baseline versions of modified and moved files. (In the case of moved files, the original name is used to access the baseline version.)Double‐clicking button 1 on a filename (or pressing the space key when the filename is highlighted) will show the differences between the change and the current branch baseline. Holding down button 3 (or pressing the “a” key) will invoke a pop‐up menu presenting the reviewer with a list of grandparent branches which also contain the file. This is particularly useful when rolling in branches. NEW AND REMOVED FILESNew files are viewed by opening a new xterm and using vi (in read‐only mode) to display its contents. This method is also used for removed files, however it is the baseline version that is displayed (so that the reviewer can see what has been removed).ADDITIONAL FEATURES FOR REVIEWERS.If the change is in the being reviewed state, the reviewer may open the comments editor by clicking on the “Comments” button. These comments will be submitted should the reviewer decide that the review has failed. An outline of the files included in the change is automatically created.Once the review is complete, clicking the “Finished” button results in a dialog box which will allow the reviewer to pass or fail (via the aerpass(1) and aerfail(1) commands) the change. Alternatively, the reviewer may resume reviewing or quit, leaving the change state unmodified. If the change was not in the being reviewed state, the “Finished” button simply causes tkaer to exit. CONFIGURING TKAERtkaer may be customised by the .tkaer file. This file is created by tkaer in the users home directory when it is first run. This newly created file contains the default configuration as described above, such as the choice of tools used in reviewing. The configuration file itself is a tcl script which is executed by the tkaer script using the tcl “source” command. Each entry takes the form of a “set” statement which adds an item to the pref array. Items currently supported are:
set pref(diff_command) "tkdiff"
You can change it to
set pref(diff_command) "mgdiff"
If you have the mgdiff(1) command installed.
OPTIONS
EXIT STATUSThe tkaer command will exit with a status of 1 on any error. The tkaer command will only exit with a status of 0 if there are no errors.ENVIRONMENT VARIABLESSee aegis(1) for a list of environment variables which may affect this command. See aepconf(5) for the project configuration file's project_specific field for how to set environment variables for all commands executed by Aegis.SEE ALSO
AUTHORtkaer contributed by Scott Finneran <sfinneran@lucent.com>
Visit the GSP FreeBSD Man Page Interface. |