unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* vc-svn and locally removed files
@ 2017-09-02 18:16 Alfred M. Szmidt
  2017-09-08  9:20 ` Eli Zaretskii
  0 siblings, 1 reply; 2+ messages in thread
From: Alfred M. Szmidt @ 2017-09-02 18:16 UTC (permalink / raw)
  To: emacs-devel

If you locally remove a file from the file system they don't show up
at all in vc-dired; this fixes that -- I'm not entierly sure if this
is right, it does work on my side as I would expect.

2017-09-02  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)

	* lisp/vc/vc-svn.el (vc-svn-after-dir-status): List files marked
	with ?! as needs-update.


diff --git a/lisp/vc/vc-svn.el b/lisp/vc/vc-svn.el
index db16eb2..d63e67a 100644
--- a/lisp/vc/vc-svn.el
+++ b/lisp/vc/vc-svn.el
@@ -184,6 +184,7 @@ vc-svn-after-dir-status
                      (?M . edited)
                      (?D . removed)
                      (?R . removed)
+		     (?! . needs-update)
                      (?? . unregistered)
                      ;; This is what vc-svn-parse-status does.
                      (?~ . edited)))



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: vc-svn and locally removed files
  2017-09-02 18:16 vc-svn and locally removed files Alfred M. Szmidt
@ 2017-09-08  9:20 ` Eli Zaretskii
  0 siblings, 0 replies; 2+ messages in thread
From: Eli Zaretskii @ 2017-09-08  9:20 UTC (permalink / raw)
  To: Alfred M. Szmidt; +Cc: emacs-devel

> From: ams@gnu.org (Alfred M. Szmidt)
> Date: Sat, 02 Sep 2017 14:16:29 -0400
> 
> If you locally remove a file from the file system they don't show up
> at all in vc-dired; this fixes that -- I'm not entierly sure if this
> is right, it does work on my side as I would expect.
> 
> 2017-09-02  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
> 
> 	* lisp/vc/vc-svn.el (vc-svn-after-dir-status): List files marked
> 	with ?! as needs-update.

Thanks, pushed to the master branch.



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-09-08  9:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-02 18:16 vc-svn and locally removed files Alfred M. Szmidt
2017-09-08  9:20 ` Eli Zaretskii

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).