How to set the SVN password to use?

Problem

I would like to set the SVN password to use for VersIC actions either by user or project.

Solution

The  'VSC_SVN_PASSWORD' variable sets the password to use:

;;;----------------------------------------------------------------------------
;;; Define VSC_SVN_PASSWORD to use the --password option with certain svn
;;; commands - this is useful when using the svn:// schema with svnserve.
;;;
;;; VSC_SVN_PASSWORD is probably better left commented out here and set as a
;;; shell environment variable in a users .cshrc (for individual passwords)
;;; or as part of a module file (one password per project)
;;;
;;; VSC_SVN_PASSWORD: Dynamic
;;;----------------------------------------------------------------------------
;; VSC_SVN_PASSWORD = "versic"

'VSC_SVN_PASSWORD' can be set in the 'versic.conf' file located under the path specified by the 'VSC_CONFIG_DIR' environment variable, but will normally be set as an environment variable.