Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
c85a168b
Commit
c85a168b
authored
Jan 27, 2010
by
Glenn Morris
Browse files
* vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
parent
c6265c10
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
lisp/ChangeLog
lisp/ChangeLog
+2
-0
lisp/vc-svn.el
lisp/vc-svn.el
+1
-0
No files found.
lisp/ChangeLog
View file @
c85a168b
2010-01-28 Glenn Morris <rgm@gnu.org>
* 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.
...
...
lisp/vc-svn.el
View file @
c85a168b
...
...
@@ -330,6 +330,7 @@ This is only possible if SVN is responsible for FILE's directory.")
;; 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"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment