From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10398 invoked from network); 23 Jan 2009 02:17:41 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.5 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 23 Jan 2009 02:17:41 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 49487 invoked from network); 23 Jan 2009 02:17:35 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 23 Jan 2009 02:17:35 -0000 Received: (qmail 23280 invoked by alias); 23 Jan 2009 02:17:30 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 26409 Received: (qmail 23262 invoked from network); 23 Jan 2009 02:17:29 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 23 Jan 2009 02:17:29 -0000 Received: from cork.scru.org (cork.scru.org [209.20.67.2]) by bifrost.dotsrc.org (Postfix) with ESMTPS id 9FCD280271F0 for ; Fri, 23 Jan 2009 03:17:22 +0100 (CET) Received: by cork.scru.org (Postfix, from userid 1000) id D0FED1040CD; Fri, 23 Jan 2009 02:17:18 +0000 (UTC) Date: Fri, 23 Jan 2009 02:17:18 +0000 From: Clint Adams To: zsh-workers@sunsite.dk, 512308@bugs.debian.org Subject: Re: Bug#512308: zsh: out-of-date completions for svn revert Message-ID: <20090123021718.GA16484@scru.org> Mail-Followup-To: zsh-workers@sunsite.dk, 512308@bugs.debian.org References: <20090119145520.GA29602@vin.lip.ens-lyon.fr> <20090119150602.GA3752@scru.org> <20090120012837.GJ28662@prunille.vinc17.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090120012837.GJ28662@prunille.vinc17.org> User-Agent: Mutt/1.5.18 (2008-05-17) X-Virus-Scanned: ClamAV 0.92.1/8893/Thu Jan 22 21:18:43 2009 on bifrost X-Virus-Status: Clean On Tue, Jan 20, 2009 at 02:28:37AM +0100, Vincent Lefevre wrote: > .svn/entries is modified. If _subversion were modified to use the caching layer, it could invalidate the cache if .svn/entries were newer. Otherwise, I can only imagine something like recording $EPOCHSECONDS when the array is set and then statting .svn/entries, or doing away with the cache altogether. I would suggest that somebody else work on this, as I still hate svn.