Fix bug whereby saving files hung in VC hook.
commitb3298507f92f8cc17dc35090e4036aac787af682
authorKarl Fogel <kfogel@red-bean.com>
Wed, 3 Dec 2014 20:23:26 +0000 (3 14:23 -0600)
committerKarl Fogel <kfogel@red-bean.com>
Wed, 3 Dec 2014 20:23:26 +0000 (3 14:23 -0600)
treee9f5610b3c649ff2124b8defc98eaaaaef94103e
parentc263a40a9ac76a87b919ca8d425736797c3c399c
Fix bug whereby saving files hung in VC hook.

Saving a buffer visiting a file under SVN control would hang if the
remote repository were unreachable, because the VC hooks tried to run
"svn status -u" on the file, where the "-u" tells svn to get update
information from the remote repository.
http://lists.gnu.org/archive/html/emacs-devel/2014-12/msg00174.html

* vc/vc-svn.el (vc-svn-state): Remove optional `localp' argument
  and always pass "-v" to "svn status", never "-u".
lisp/ChangeLog
lisp/vc/vc-svn.el