Variable: vc-svn-program

vc-svn-program is a customizable variable defined in vc-svn.el.gz.

Value

"svn"

Documentation

Name of the SVN executable.

Source Code

;; Defined in /usr/src/emacs/lisp/vc/vc-svn.el.gz
;; FIXME there is also svnadmin.
(defcustom vc-svn-program "svn"
  "Name of the SVN executable."
  :type 'string)