How to set the svn executable for VersIC?
Problem
I would like specify the subversion executable which VersIC uses.
Solution
By default VersIC uses 'svn' as defined in the shell it was launched from to run subversion commands. It is also possible to use the 'VSC_SVN_CMD' variable to override this behavior:
;;;----------------------------------------------------------------------------
;; VSC_SVN_CMD = "svn";;
;; To use the Subversion 1.8 client shipped with VersIC
;; VSC_SVN_CMD = "$VSC_INSTALL_DIR/tools/extras/subversion/1.8.10/svn";;
;; To enable exclusive SQLite locking of working copies in Subversion 1.8
;; VSC_SVN_CMD = "svn --config-option config:working-copy:exclusive-locking-clients=svn"
'VSC_SVN_CMD' set in the 'versic.conf' file located under the path specified by the 'VSC_CONFIG_DIR' environment variable.