Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: subversion and programmable completion
- X-seq: zsh-workers 18883
- From: Clint Adams <clint@xxxxxxx>
- To: Sebastien Cevey <seb@xxxxxxxxx>
- Subject: Re: subversion and programmable completion
- Date: Mon, 21 Jul 2003 18:52:48 -0400
- Cc: dev@xxxxxxxxxxxxxxxxxxxxx, zsh-workers@xxxxxxxxxx, Adam Heath <doogie@xxxxxxxxxx>
- In-reply-to: <20030721183359.GA11160@xxxxxxxxx>
- Mail-followup-to: Clint Adams <clint@xxxxxxx>, Sebastien Cevey <seb@xxxxxxxxx>, dev@xxxxxxxxxxxxxxxxxxxxx, zsh-workers@xxxxxxxxxx, Adam Heath <doogie@xxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <20030720162723.GA26506@xxxxxxxxxxxxxxxxxxx> <20030721183359.GA11160@xxxxxxxxx>
> The bash completion does not use the content of 'svn help'
> AFAIK. (we're talking about the script in tools/client-side/ right?).
The only bash completion for subversion that I've seen is
/etc/bash_completion.d/subversion in the Debian subversion package,
which I assume is that to which you refer. The zsh function was written
without hardcoding any subcommands or options.
> I had not thought of using svn help output to feed the completion
> though, that sounds quite a neat idea. Are you willing to work on it
> (you seemed to use zsh rather than bash though) ? Or do you know
> existing examples of such bash scripts that could be a basis for an
> svn one ?
I seem to recall Adam Heath doing some work on emulating zsh completion
functions in bash. Perhaps he could encapsulate the zsh functions
somehow.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author