Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Subversion (SVN) 1.7 Autocompletion issues
- X-seq: zsh-users 16603
- From: Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Re: Subversion (SVN) 1.7 Autocompletion issues
- Date: Tue, 6 Dec 2011 21:43:00 +0200
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= daniel.shahaf.name; h=date:from:to:subject:message-id:references :mime-version:content-type:content-transfer-encoding :in-reply-to; s=mesmtp; bh=z6DJnK2XCHuGaFHcpIQU9Z5gH5E=; b=M3ZSQ Jjzq6HJLpZT3Y4OznxY8zRyYTDv0mUNww3TVLzwAyH3m32MF/aYe9egTnxh/MAf3 1mmQgTirHaM5bLq2qviEeuiTkOf8IoZy3tV+NuLDoAij0mhQKINr+tAW+NrrYi+x AWOMm03cL6/TGLnIQEn0qJ3c7N63e3LmW/1isM=
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=date:from:to:subject:message-id :references:mime-version:content-type:content-transfer-encoding :in-reply-to; s=smtpout; bh=z6DJnK2XCHuGaFHcpIQU9Z5gH5E=; b=UCYI wvncwEQ6xW2xB61Puc5JnYNpAsfO9A3zxZcLka48SSrdKmnnAhCa0E59mUIOy/88 jejyiOGwKdZrPvWjvHXRQkvkyLKGa2P31J9tWwrQv53c+AY2JplVFboSPdtUM4HT gcCCCt0V4S5bpMjBsNOuQ1S5feSqvJ6kxMFs5z8=
- In-reply-to: <4EDE41A1.4080108@olofsson.de>
- 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
- References: <439FB5BE-8EAE-4F8F-ADE0-F735A6885C89@wi.uni-muenster.de> <4EDE41A1.4080108@olofsson.de>
(And for those who reflexively estrange themselves from shortened
URL, Simon's stands for:
https://github.com/simono/zsh/commit/4e30e9568599567bd9a311c4592f6218e9b6c438
)
I have no opinion on the patch itself.
Simon Olofsson wrote on Tue, Dec 06, 2011 at 17:24:01 +0100:
> Till,
>
> I had the same problem. Here is a patch which should fix this:
> http://git.io/lafJFw
>
> Does it work for you?
>
> Regards,
> Simon
>
> On 11/16/2011 08:33 AM, Till Haselmann wrote:
> >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