diff lisp/vc-svn.el @ 107020:e59c65208b1c

* vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
author Glenn Morris <rgm@gnu.org>
date Wed, 27 Jan 2010 21:54:48 -0800
parents f243845df25f
children d1489c6b5705
line wrap: on
line diff
--- a/lisp/vc-svn.el	Wed Jan 27 21:19:23 2010 -0800
+++ b/lisp/vc-svn.el	Wed Jan 27 21:54:48 2010 -0800
@@ -330,6 +330,7 @@
     ;; Check out a particular version (or recreate the file).
     (vc-file-setprop file 'vc-working-revision nil)
     (apply 'vc-svn-command nil 0 file
+	   "--non-interactive"		; bug#4280
 	   "update"
 	   (cond
 	    ((null rev) "-rBASE")