From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5533 invoked from network); 30 Sep 2007 17:47:59 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) 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.3 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 30 Sep 2007 17:47:59 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 59507 invoked from network); 30 Sep 2007 17:47:53 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 30 Sep 2007 17:47:53 -0000 Received: (qmail 25681 invoked by alias); 30 Sep 2007 17:47:50 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 23869 Received: (qmail 25665 invoked from network); 30 Sep 2007 17:47:50 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 30 Sep 2007 17:47:50 -0000 Received: (qmail 59159 invoked from network); 30 Sep 2007 17:47:50 -0000 Received: from acolyte.scowler.net (216.254.112.45) by a.mx.sunsite.dk with SMTP; 30 Sep 2007 17:47:45 -0000 Received: by acolyte.scowler.net (Postfix, from userid 1000) id F2ADA5C368; Sun, 30 Sep 2007 13:47:44 -0400 (EDT) Date: Sun, 30 Sep 2007 13:47:44 -0400 From: Clint Adams To: Vincent Lefevre Cc: 331076@bugs.debian.org, zsh-workers@sunsite.dk Subject: Re: Bug#331076: zsh: another bug in subversion completion for svn revert Message-ID: <20070930174744.GA29897@scowler.net> Mail-Followup-To: Vincent Lefevre , 331076@bugs.debian.org, zsh-workers@sunsite.dk References: <20051001133008.GA2879@dixsept.loria.fr> <20070930162904.GA27439@scowler.net> <20070930174306.GK25775@prunille.vinc17.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070930174306.GK25775@prunille.vinc17.org> User-Agent: Mutt/1.5.16 (2007-06-11) On Sun, Sep 30, 2007 at 07:43:06PM +0200, Vincent Lefevre wrote: > There's still a problem with "svn revert" completion. I don't know if > this is related. > > vin:~tmp/wc> ll > total 0 > -rw-r--r-- 1 vlefevre vlefevre 0 2007-04-05 17:50:09 foo > vin:~tmp/wc> svn st > vin:~tmp/wc> touch bar > vin:~tmp/wc> svn add bar > A bar > vin:~tmp/wc> svn st > A bar > vin:~tmp/wc> svn revert [TAB] > Completing file > bar foo > > It should have completed on "bar". > > This bug also happens with zsh-beta. If I re-exec the shell just > before trying "svn revert [TAB]", then it completes on "bar" as > expected. > > The bug isn't always reproducible. And if you unset _cache_svn_status right before the svn revert, does it do the correct thing?