Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: Re: Bug#512308: zsh: out-of-date completions for svn revert
- X-seq: zsh-workers 26976
- From: Vincent Lefevre <vincent@xxxxxxxxxx>
- To: Greg Klanderman <gak@xxxxxxxxxxxxxx>
- Subject: Re: PATCH: Re: Bug#512308: zsh: out-of-date completions for svn revert
- Date: Thu, 21 May 2009 09:56:24 +0200
- Cc: zsh-workers@xxxxxxxxxx, 512308-forwarded@xxxxxxxxxxxxxxx
- In-reply-to: <m3skj3qgva.fsf_-_@xxxxxxxxxxxxxx>
- Mail-followup-to: Greg Klanderman <gak@xxxxxxxxxxxxxx>, zsh-workers@xxxxxxxxxx, 512308-forwarded@xxxxxxxxxxxxxxx
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <20090119145520.GA29602@xxxxxxxxxxxxxxxxxxx> <20090119150602.GA3752@xxxxxxxx> <m3skj3qgva.fsf_-_@xxxxxxxxxxxxxx>
On 2009-05-17 22:34:01 -0400, Greg Klanderman wrote:
> Here's a patch to fix this svn completion problem reported back in
> January [workers #26367].. things were even worse than it appeared
> because the key used for caching 'svn status' output for a directory
> was the relative directory path, which would usually be '.' so if you
> cd'd around it would have exhibited worse problems. It's now caching
> based on the directory device and inode, and using the mtime of the
> .svn/entries file to invalidate a cached entry.
Thanks! I've done some tests and it seems to work well.
--
Vincent Lefèvre <vincent@xxxxxxxxxx> - Web: <http://www.vinc17.org/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.org/blog/>
Work: CR INRIA - computer arithmetic / Arenaire project (LIP, ENS-Lyon)
Messages sorted by:
Reverse Date,
Date,
Thread,
Author