Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Bug#431437: zsh: 'svn {ci, commit}' completion includes uncontrolled/unmodified files



On 2007-07-03 12:07:05 +0000, Jörg Sommer wrote:
> Clint Adams <schizo@xxxxxxxxxx> wrote:
> > On Mon, Jul 02, 2007 at 10:19:52AM -0500, Michael Ekstrand wrote:
> >> The completion routines for arguments to the subversion commit command
> >> allow completion of uncontrolled and unmodified files.  These files do
> >> not show up in the list of available completions when Tab is hit twice,
> >> but they are completed when typed.

I've noticed the same problem (or similar).

> I can confirm this behaviour and I like it. The svn completion maintains
> an internal cache that really often get outdated. Than the completion of
> these files is very handy.

But this is because that cache gets outdated, which is a bug (IIRC,
cvs completion is fast and non-buggy). zsh should complete only the
modified files for "svn ci" when the completion list is not empty.

-- 
Vincent Lefèvre <vincent@xxxxxxxxxx> - Web: <http://www.vinc17.org/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.org/blog/>
Work: CR INRIA - computer arithmetic / Arenaire project (LIP, ENS-Lyon)



Messages sorted by: Reverse Date, Date, Thread, Author