Public bug reported:
Binary package hint: zsh
Fully up-to-date Hardy Heron as of 1008-10-07 with zsh-4.3.4-24ubuntu1
and subversion-1.5.1dfsg1-1ubuntu2~hardy2 from hardy-backports.
Subversion command completion fails:
% svn add<TAB>
_arguments:comparguments:303: invalid argument: ARG
This goes for any subversion command, not just svn add.
The reason is the following line that appears in 'svn help $command' for
any $command:
--config-dir ARG : read user configuration files from
directory ARG
In 1.4 and earlier, it looked like this:
--config-dir arg : read user configuration files from
directory ARG
The completion spec barfs on s/arg/ARG/.
The minimal fix is to replace every occurrence of "/ arg/:arg:" with "/
(arg|ARG)/:arg:" in
/usr/share/zsh/4.3.4/functions/Completion/Unix/_subversion; see attached
patch.
** Affects: zsh (Ubuntu)
Importance: Undecided
Status: New
--
zsh completion broken for svn 1.5
https://bugs.launchpad.net/bugs/279545
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs