The Unmanaged tab populates slowly
Problem
The unmanaged tab in the VersIC Manage Data Form is slow to populate.
Solution
The 'VSC_P4_FIND_UNMANAGED' variable can be used to mandate the use of 'find + p4 have' instead of 'p4 status' which can be quicker in some environments:
;;;---------------------------------------------------------------------------- ;;; In some customer environments 'p4 status' is significantly slower than ;;; 'find' + 'p4 have', particularly on a large library. ;;; Try turning this on if the Unmanaged tab in the Manage Checkouts form is ;;; slow to populate ;;; ;;; VSC_P4_FIND_UNMANAGED ;;; nil - use 'p4 status' to get unmanaged files (default) ;;; t - use 'find' + 'p4 have' to get unmanaged files ;;;---------------------------------------------------------------------------- ;; VSC_P4_FIND_UNMANAGED = t
'VSC_P4_FIND_UNMANAGED' is set in the 'versic.conf' file located under the path specified by the 'VSC_CONFIG_DIR' environment variable.