Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Subversion (SVN) 1.7 Autocompletion issues
- X-seq: zsh-users 16582
- From: Till Haselmann <haselmann@xxxxxxxxxxxxxxxxxx>
- To: "zsh-users@xxxxxxx" <zsh-users@xxxxxxx>
- Subject: Subversion (SVN) 1.7 Autocompletion issues
- Date: Wed, 16 Nov 2011 08:33:57 +0100
- Accept-language: de-DE, en-US
- Acceptlanguage: de-DE, en-US
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- Thread-index: AcykMhp46DusF/UKRieABVpiwmM7iA==
- Thread-topic: Subversion (SVN) 1.7 Autocompletion issues
Dear all,
I use zsh’s autocomplete feature for the subversion (svn) command line intensively. After upgrading to svn 1.7, however, the autocomplete of filenames stopped working, returning the following error:
% svn ci Cl<tab>
_arguments:comparguments:312: invalid argument: [--cl]:arg:
_arguments:comparguments:312: invalid argument: [--cl]:arg:
_arguments:comparguments:312: invalid argument: [--cl]:arg:
I suspect it’s because of a changed line in the “svn help” output:
--changelist [--cl] PAR : operate only on members of changelist ARG
which used to be something similar, but without the “[--cl]” part. I’ve looked into _arguments and _subversion, but to be honest I’m quite overwhelmed by the cryptic commands – even though I’m not too unfamiliar with scripting ;-)
I’m using zsh 4.3.12 (i386-apple-darwin11.2.0) and svn 1.7.1 (r1186859). I built both using macports on Mac OS X 10.7.2.
Does anybody have a pointer/fix/workaround for me? Thanks in advance.
Best regards
Till.
--
Messages sorted by:
Reverse Date,
Date,
Thread,
Author