From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15785 invoked from network); 2 Jul 2007 15:35:43 -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; 2 Jul 2007 15:35:43 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 17131 invoked from network); 2 Jul 2007 15:35:37 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 2 Jul 2007 15:35:37 -0000 Received: (qmail 4913 invoked by alias); 2 Jul 2007 15:35:35 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 23637 Received: (qmail 4903 invoked from network); 2 Jul 2007 15:35:34 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 2 Jul 2007 15:35:34 -0000 Received: (qmail 16833 invoked from network); 2 Jul 2007 15:35:34 -0000 Received: from acolyte.scowler.net (216.254.112.45) by a.mx.sunsite.dk with SMTP; 2 Jul 2007 15:35:30 -0000 Received: by acolyte.scowler.net (Postfix, from userid 1000) id ED1815C3C6; Mon, 2 Jul 2007 11:35:28 -0400 (EDT) Date: Mon, 2 Jul 2007 11:35:28 -0400 From: Clint Adams To: zsh-workers@sunsite.dk Cc: Michael Ekstrand , 431437-forwarded@bugs.debian.org Subject: Re: Bug#431437: zsh: 'svn {ci, commit}' completion includes uncontrolled/unmodified files Message-ID: <20070702153528.GA13937@scowler.net> Mail-Followup-To: zsh-workers@sunsite.dk, Michael Ekstrand , 431437-forwarded@bugs.debian.org References: <20070702151952.GA29891@debye.scl.ameslab.gov> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070702151952.GA29891@debye.scl.ameslab.gov> User-Agent: Mutt/1.5.13 (2006-08-11) 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. > > To reproduce, place a new file in a Subversion working directory and > attempt to tab-complete for svn ci without first adding it to the > repository. > > With the exception of the argument to the -F option (which will usually > be uncontrolled), I think that the commit completion should be > restricted to modified files under version control. Any svn users have any thoughts on this one?