Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Bug#512308: zsh: out-of-date completions for svn revert
- X-seq: zsh-workers 26367
- From: Clint Adams <schizo@xxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: Bug#512308: zsh: out-of-date completions for svn revert
- Date: Mon, 19 Jan 2009 15:06:02 +0000
- Cc: Vincent Lefevre <vincent@xxxxxxxxxx>, 512308-forwarded@xxxxxxxxxxxxxxx
- In-reply-to: <20090119145520.GA29602@xxxxxxxxxxxxxxxxxxx>
- Mail-followup-to: zsh-workers@xxxxxxxxxx, Vincent Lefevre <vincent@xxxxxxxxxx>, 512308-forwarded@xxxxxxxxxxxxxxx
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <20090119145520.GA29602@xxxxxxxxxxxxxxxxxxx>
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