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 26409
- From: Clint Adams <clint@xxxxxxx>
- To: zsh-workers@xxxxxxxxxx, 512308@xxxxxxxxxxxxxxx
- Subject: Re: Bug#512308: zsh: out-of-date completions for svn revert
- Date: Fri, 23 Jan 2009 02:17:18 +0000
- In-reply-to: <20090120012837.GJ28662@xxxxxxxxxxxxxxxxxxx>
- Mail-followup-to: zsh-workers@xxxxxxxxxx, 512308@xxxxxxxxxxxxxxx
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <20090119145520.GA29602@xxxxxxxxxxxxxxxxxxx> <20090119150602.GA3752@xxxxxxxx> <20090120012837.GJ28662@xxxxxxxxxxxxxxxxxxx>
On Tue, Jan 20, 2009 at 02:28:37AM +0100, Vincent Lefevre wrote:
> .svn/entries is modified.
If _subversion were modified to use the caching layer, it could
invalidate the cache if .svn/entries were newer. Otherwise,
I can only imagine something like recording $EPOCHSECONDS when
the array is set and then statting .svn/entries, or doing away
with the cache altogether.
I would suggest that somebody else work on this, as I still hate
svn.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author