Bug#512308: zsh: out-of-date completions for svn revert

2009-01-22 Thread Clint Adams
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

Bug#512308: zsh: out-of-date completions for svn revert

2009-01-19 Thread Vincent Lefevre
Package: zsh Version: 4.3.9-1 Severity: normal Once completions have been done, information for "svn revert" can become out-of-date. Let's see the problem on an example, in an empty working copy: $ touch blah1 $ svn add blah1 $ svn revert [TAB] This one completes to "svn revert blah1" as expecte