From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: vc-dired Date: Sat, 21 Jul 2007 23:12:39 -0400 Message-ID: References: <200707031514.17225.pogonyshev@gmx.net> <200707040954.l649s61i029010@oogie-boogie.ics.uci.edu> <20070704.191148.55051632.jet@gyve.org> <200707211727.l6LHRAC5017861@oogie-boogie.ics.uci.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1185073977 28754 80.91.229.12 (22 Jul 2007 03:12:57 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 22 Jul 2007 03:12:57 +0000 (UTC) Cc: Masatake YAMATO , emacs-devel@gnu.org To: Dan Nicolaescu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jul 22 05:12:56 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1ICRsO-00088w-7i for ged-emacs-devel@m.gmane.org; Sun, 22 Jul 2007 05:12:56 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ICRsN-0008TB-MA for ged-emacs-devel@m.gmane.org; Sat, 21 Jul 2007 23:12:55 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ICRsA-0008Oa-Oj for emacs-devel@gnu.org; Sat, 21 Jul 2007 23:12:42 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ICRs9-0008Nq-2u for emacs-devel@gnu.org; Sat, 21 Jul 2007 23:12:42 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ICRs8-0008NN-Dw for emacs-devel@gnu.org; Sat, 21 Jul 2007 23:12:40 -0400 Original-Received: from tomts25.bellnexxia.net ([209.226.175.188] helo=tomts25-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1ICRs8-0004qB-3Y for emacs-devel@gnu.org; Sat, 21 Jul 2007 23:12:40 -0400 Original-Received: from pastel.home ([70.55.80.176]) by tomts25-srv.bellnexxia.net (InterMail vM.5.01.06.13 201-253-122-130-113-20050324) with ESMTP id <20070722031239.EEGI19497.tomts25-srv.bellnexxia.net@pastel.home> for ; Sat, 21 Jul 2007 23:12:39 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 442DF8012; Sat, 21 Jul 2007 23:12:39 -0400 (EDT) In-Reply-To: <200707211727.l6LHRAC5017861@oogie-boogie.ics.uci.edu> (Dan Nicolaescu's message of "Sat\, 21 Jul 2007 10\:27\:00 -0700") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (gnu/linux) X-detected-kernel: Solaris 8 (1) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:75278 Archived-At: >> I was interested in merge DVC to GNU Emacs. However, these days, I am >> busy and I get interests to extend vc-dired, so I've just asked DVC >> developers to assign another people for working on the merging task. > Given that you are interested in vc-dired, can you please look into > these issues: > - pass --ignore= to ls so that it does not recurse into things like > .svn directories At least the vc.el part of VC should simply not use `ls' or any such thing and shouldn't recurse into directories. It should simply ask the backend to do it (the backend can then use "cvs -n update" or "svn status" ...). That'll be blindingly faster. Stefan