From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13188 invoked from network); 3 Jul 2007 15:28:41 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.1 (2007-05-02) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.1 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 3 Jul 2007 15:28:41 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 3365 invoked from network); 3 Jul 2007 15:28:35 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 3 Jul 2007 15:28:35 -0000 Received: (qmail 25223 invoked by alias); 3 Jul 2007 15:28:33 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 23648 Received: (qmail 25213 invoked from network); 3 Jul 2007 15:28:32 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 3 Jul 2007 15:28:32 -0000 Received: (qmail 3026 invoked from network); 3 Jul 2007 15:28:32 -0000 Received: from vinc17.pck.nerim.net (HELO prunille.vinc17.org) (213.41.242.187) by a.mx.sunsite.dk with SMTP; 3 Jul 2007 15:28:29 -0000 Received: by prunille.vinc17.org (Postfix, from userid 501) id 9BBCE16BA4FB; Tue, 3 Jul 2007 17:28:27 +0200 (CEST) Date: Tue, 3 Jul 2007 17:28:27 +0200 From: Vincent Lefevre To: zsh-workers@sunsite.dk Subject: Re: Bug#431437: zsh: 'svn {ci, commit}' completion includes uncontrolled/unmodified files Message-ID: <20070703152827.GI18533@prunille.vinc17.org> Mail-Followup-To: zsh-workers@sunsite.dk References: <20070702151952.GA29891@debye.scl.ameslab.gov> <20070702153528.GA13937@scowler.net> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: X-Mailer-Info: http://www.vinc17.org/mutt/ User-Agent: Mutt/1.5.16-vl-r17763 (2007-06-14) On 2007-07-03 12:07:05 +0000, Jörg Sommer wrote: > Clint Adams 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 - Web: 100% accessible validated (X)HTML - Blog: Work: CR INRIA - computer arithmetic / Arenaire project (LIP, ENS-Lyon)