How to hide checkpoints?

Problem

Checkpoints are checkins in which the write lock is maintained after checkin, I don't want to see these checkins in the VersIC Manage Data form.

Solution

The 'VSC_HIDE_CHECKPOINTS' variable can be used to hide checkpoint checkins in the VersIC Manage Data form:

;;;----------------------------------------------------------------------------
;;;               Manage Data Form Options->Hide Checkpoints
;;;
;;; Hide checkpoint changes in Manage Form (nil/t)
;;;
;;; VSC_HIDE_CHECKPOINTS: Dynamic
;;;----------------------------------------------------------------------------
;; VSC_HIDE_CHECKPOINTS = t

'VSC_HIDE_CHECKPOINTS' is set in the 'versic.conf' file located under the path specified by the 'VSC_CONFIG_DIR' environment variable.