Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: svn commit completion
- X-seq: zsh-workers 24504
- From: Clint Adams <clint@xxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: svn commit completion
- Date: Thu, 31 Jan 2008 12:06:47 -0500
- Cc: Vadim Zeitlin <vz-zsh@xxxxxxxxxxxx>, 342347@xxxxxxxxxxxxxxx
- In-reply-to: <20080131165506.CACC68029406@xxxxxxxxxxxxxxxxxx>
- Mail-followup-to: zsh-workers@xxxxxxxxxx, Vadim Zeitlin <vz-zsh@xxxxxxxxxxxx>, 342347@xxxxxxxxxxxxxxx
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <47A07DB2.7080604@xxxxxxxxx> <2d460de70801310741x3b6796c6ib87d0323cc165ab2@xxxxxxxxxxxxxx> <20080131165506.CACC68029406@xxxxxxxxxxxxxxxxxx>
[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