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



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