emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r99397: * vc-svn.el (vc-svn-update):


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r99397: * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
Date: Wed, 27 Jan 2010 21:54:48 -0800
User-agent: Bazaar (2.0.2)

------------------------------------------------------------
revno: 99397
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Wed 2010-01-27 21:54:48 -0800
message:
  * vc-svn.el (vc-svn-update): Use "svn --non-interactive".  (Bug#4280)
modified:
  lisp/ChangeLog
  lisp/vc-svn.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2010-01-28 05:19:23 +0000
+++ b/lisp/ChangeLog    2010-01-28 05:54:48 +0000
@@ -1,5 +1,7 @@
 2010-01-28  Glenn Morris  <address@hidden>
 
+       * vc-svn.el (vc-svn-update): Use "svn --non-interactive".  (Bug#4280)
+
        * log-edit.el (log-edit-strip-single-file-name): Add missing
        :safe, :group, and :version tags.
 

=== modified file 'lisp/vc-svn.el'
--- a/lisp/vc-svn.el    2010-01-15 03:54:36 +0000
+++ b/lisp/vc-svn.el    2010-01-28 05:54:48 +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")


reply via email to

[Prev in Thread] Current Thread [Next in Thread]