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

Re: svn commit completion



[moved to -workers]

On Thu, Jan 31, 2008 at 05:55:06PM +0100, Vadim Zeitlin wrote:
>  Actually "svn ci" does complete only modified (or added, removed) files
> here (zsh 4.3.2 under Debian Linux), but the problem is that these files
> are remembered by the completer in a global _cache_svn_status variable
> which is never updated. I don't really know what's the best way of fixing
> it but for now I've just done "precmd() { unset _cache_svn_status }" and
> "svn ci" completes correctly all the time and not just the first one.

Repeating what I said at http://bugs.debian.org/342347 ,
maybe a very short cache expiration is the way to go.



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