emacs-devel
[Top][All Lists]
Advanced

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

Re: vc-dired


From: Stefan Monnier
Subject: Re: vc-dired
Date: Sat, 21 Jul 2007 23:12:39 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (gnu/linux)

>> 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




reply via email to

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