From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26055 invoked by alias); 16 Nov 2011 07:34:04 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 16582 Received: (qmail 23697 invoked from network); 16 Nov 2011 07:34:02 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,DOS_RCVD_IP_TWICE_B autolearn=ham version=3.3.2 Received-SPF: none (ns1.primenet.com.au: domain at wi.uni-muenster.de does not designate permitted sender hosts) From: Till Haselmann To: "zsh-users@zsh.org" Date: Wed, 16 Nov 2011 08:33:57 +0100 Subject: Subversion (SVN) 1.7 Autocompletion issues Thread-Topic: Subversion (SVN) 1.7 Autocompletion issues Thread-Index: AcykMhp46DusF/UKRieABVpiwmM7iA== Message-ID: <439FB5BE-8EAE-4F8F-ADE0-F735A6885C89@wi.uni-muenster.de> Accept-Language: de-DE, en-US Content-Language: de-DE X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: de-DE, en-US Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Dear all, I use zsh=92s autocomplete feature for the subversion (svn) command line in= tensively. After upgrading to svn 1.7, however, the autocomplete of filena= mes stopped working, returning the following error: % svn ci Cl _arguments:comparguments:312: invalid argument: [--cl]:arg: _arguments:comparguments:312: invalid argument: [--cl]:arg: _arguments:comparguments:312: invalid argument: [--cl]:arg: I suspect it=92s because of a changed line in the =93svn help=94 output: --changelist [--cl] PAR : operate only on members of changelist ARG which used to be something similar, but without the =93[--cl]=94 part. I= =92ve looked into _arguments and _subversion, but to be honest I=92m quite = overwhelmed by the cryptic commands =96 even though I=92m not too unfamilia= r with scripting ;-) I=92m 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. --=20