From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26932 invoked by alias); 6 Dec 2011 19:43:47 -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: 16603 Received: (qmail 12935 invoked from network); 6 Dec 2011 19:43:45 -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=-2.5 required=5.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_LOW,T_DKIM_INVALID autolearn=ham version=3.3.2 Received-SPF: none (ns1.primenet.com.au: domain at daniel.shahaf.name does not designate permitted sender hosts) 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= X-Sasl-enc: A8pXCze/O5j4AsFNcbAJBkdINunXWYrzssMbiuAvLP+LYGchX3gt6Qad4vmu7w 1323200616 Date: Tue, 6 Dec 2011 21:43:00 +0200 From: Daniel Shahaf To: zsh-users@zsh.org Subject: Re: Subversion (SVN) 1.7 Autocompletion issues Message-ID: <20111206194300.GA5761@daniel3.local> References: <439FB5BE-8EAE-4F8F-ADE0-F735A6885C89@wi.uni-muenster.de> <4EDE41A1.4080108@olofsson.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <4EDE41A1.4080108@olofsson.de> User-Agent: Mutt/1.5.20 (2009-06-14) (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 > >_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. > > > >