Function: vc-svn-revert
vc-svn-revert is a byte-compiled function defined in vc-svn.el.gz.
Signature
(vc-svn-revert FILE &optional CONTENTS-DONE)
Documentation
Revert FILE to the version it was based on.
Source Code
;; Defined in /usr/src/emacs/lisp/vc/vc-svn.el.gz
(defun vc-svn-revert (file &optional contents-done)
"Revert FILE to the version it was based on."
(unless contents-done
(vc-svn-command nil 0 file "revert")))