Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

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



On Mon, Jan 19, 2009 at 03:55:20PM +0100, Vincent Lefevre wrote:
> 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 expected. Type [Enter].
> 
> $ touch blah2
> $ svn add blah2
> $ svn revert [TAB]
> 
> This one completes to "svn revert blah1" again, while it should have
> completed to "svn revert blah2".

Is there a timestamp that the 'svn add' will touch so we could compare it
with the cache age?



Messages sorted by: Reverse Date, Date, Thread, Author