diff lisp/vc-svn.el @ 107031:a6d09a07b94e

Merge from mainline.
author Katsumi Yamaoka <yamaoka@jpl.org>
date Thu, 28 Jan 2010 08:56:33 +0000
parents e59c65208b1c
children d1489c6b5705
line wrap: on
line diff
--- a/lisp/vc-svn.el	Thu Jan 28 00:06:29 2010 +0000
+++ b/lisp/vc-svn.el	Thu Jan 28 08:56:33 2010 +0000
@@ -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")