[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Subversion 1.5 and ZSH Completion

From: Eric Gillespie <epg_at_pretzelnet.org>
Date: Tue, 03 Jun 2008 17:58:04 -0700

Sebastian Bergmann <sb_at_sebastian-bergmann.de> writes:

> sb_at_ubuntu phpunit % svn up tr<TAB>
> _arguments:comparguments:303: invalid argument: ARG

For 1.5, someone changed uppercased the 'arg' in this:

--config-dir arg : read user configuration files from directory ARG

so now it's:

--config-dir ARG : read user configuration files from directory ARG

but the zsh completion file isn't doing case-insensitive
matching. I don't have a real fix, but here's a hacked up copy
of the completion file that looks for ARG (and therefore won't
work with svn < 1.5):

  http://gvn.googlecode.com/svn/trunk/contrib/zsh/_subversion

--
Eric Gillespie <*> epg_at_pretzelnet.org

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-06-04 02:58:28 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.