From: ams@gnu.org (Alfred M. Szmidt)
To: emacs-devel@gnu.org
Subject: vc-svn and locally removed files
Date: Sat, 02 Sep 2017 14:16:29 -0400 [thread overview]
Message-ID: <E1doCy5-0003t1-5G@fencepost.gnu.org> (raw)
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)))
next reply other threads:[~2017-09-02 18:16 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-09-02 18:16 Alfred M. Szmidt [this message]
2017-09-08 9:20 ` vc-svn and locally removed files Eli Zaretskii
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=E1doCy5-0003t1-5G@fencepost.gnu.org \
--to=ams@gnu.org \
--cc=emacs-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.