Using options for unix copies in VersIC?

Problem

I want to provide command line option to use with any unix copy commands in VersIC.

Solution

The 'VSC_CP_OPTS' variable can be used to implement this behavior:

;;;----------------------------------------------------------------------------
;;; Options for unix cp command
;;;
;;; VSC_CP_OPTS: Dynamic
;;;
;;; nil: Don't use any special options to 'cp'
;;; string: valid options to cp
;;;
;;; Example: Dereference links, do not preserve permissions
;;;   VSC_CP_OPTS = "-L --no-preserve=mode";;;----------------------------------------------------------------------------
;; VSC_CP_OPTS = "-L --no-preserve=mode"

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