Variable: projectile-svn-command

projectile-svn-command is a customizable variable defined in projectile.el.

Value

"svn list -R . | grep -v '$/' | tr '\\n' '\\0'"

Documentation

Command used by projectile to get the files in a svn project.

Source Code

;; Defined in ~/.emacs.d/elpa/projectile-20260310.858/projectile.el
(defcustom projectile-svn-command "svn list -R . | grep -v '$/' | tr '\\n' '\\0'"
  "Command used by projectile to get the files in a svn project."
  :group 'projectile
  :type 'string)