Function: vc-svn-delete-file

vc-svn-delete-file is a byte-compiled function defined in vc-svn.el.gz.

Signature

(vc-svn-delete-file FILE)

Source Code

;; Defined in /usr/src/emacs/lisp/vc/vc-svn.el.gz
(defun vc-svn-delete-file (file)
  (vc-svn-command nil 0 file "remove"))