zsh-users
 help / color / mirror / code / Atom feed
* Subversion (SVN) 1.7 Autocompletion issues
@ 2011-11-16  7:33 Till Haselmann
  2011-12-06 16:20 ` Simon Olofsson
  2011-12-06 16:24 ` Simon Olofsson
  0 siblings, 2 replies; 4+ messages in thread
From: Till Haselmann @ 2011-11-16  7:33 UTC (permalink / raw)
  To: zsh-users

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.

-- 


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Subversion (SVN) 1.7 Autocompletion issues
  2011-11-16  7:33 Subversion (SVN) 1.7 Autocompletion issues Till Haselmann
@ 2011-12-06 16:20 ` Simon Olofsson
  2011-12-06 16:24 ` Simon Olofsson
  1 sibling, 0 replies; 4+ messages in thread
From: Simon Olofsson @ 2011-12-06 16:20 UTC (permalink / raw)
  To: zsh-users

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.
>



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Subversion (SVN) 1.7 Autocompletion issues
  2011-11-16  7:33 Subversion (SVN) 1.7 Autocompletion issues Till Haselmann
  2011-12-06 16:20 ` Simon Olofsson
@ 2011-12-06 16:24 ` Simon Olofsson
  2011-12-06 19:43   ` Daniel Shahaf
  1 sibling, 1 reply; 4+ messages in thread
From: Simon Olofsson @ 2011-12-06 16:24 UTC (permalink / raw)
  To: zsh-users

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.
>



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Subversion (SVN) 1.7 Autocompletion issues
  2011-12-06 16:24 ` Simon Olofsson
@ 2011-12-06 19:43   ` Daniel Shahaf
  0 siblings, 0 replies; 4+ messages in thread
From: Daniel Shahaf @ 2011-12-06 19:43 UTC (permalink / raw)
  To: zsh-users

(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.
> >
> 
> 


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-12-06 19:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-11-16  7:33 Subversion (SVN) 1.7 Autocompletion issues Till Haselmann
2011-12-06 16:20 ` Simon Olofsson
2011-12-06 16:24 ` Simon Olofsson
2011-12-06 19:43   ` Daniel Shahaf

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).