zsh-workers
 help / color / mirror / code / Atom feed
From: Yann Ollivier <technical@yann-ollivier.org>
To: zsh-workers@zsh.org
Subject: zsh completion for "svn" is obsolete
Date: Wed, 2 Jan 2013 13:25:58 +0100 (CET)	[thread overview]
Message-ID: <alpine.DEB.2.02.1301021316510.2034@antinoos> (raw)

Hello,

The completion functions for "svn" seem to be broken since subversion 1.7. 
For instance if you hit "svn add <TAB>", it will complete all files in the 
current directory, while it used to complete only those files not under 
subversion control. Likewise, if you hit "svn remove <TAB>" it used to 
complete all files under subversion control, but now returns only 
subdirectories (or all files if there are no subdirectories).

This affects at least zsh 5.0.0 and 5.0.2.

The reason is: the helper functions in
zsh/functions/Completion/Unix/_subversion
are obsolete. They all rely on the presence of ".svn" subdirectories in 
all directories under version control, whereas since subversion 1.7 these 
directories have been removed and the list of versioned files is 
maintained as a database in $HOME/.svn

A related issue has been discussed and fixed in the past 
(completion after hitting "svn <TAB>"), but this one seems to be still 
unresolved.

Thanks!

             Yann Ollivier


             reply	other threads:[~2013-01-02 12:45 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-02 12:25 Yann Ollivier [this message]
2013-01-14 10:29 ` Vincent Lefevre
2013-01-14 12:33   ` Frank Terbeck
2013-01-14 12:47 ` Axel Beckert
2013-01-14 12:51   ` Bug#679345: Info received (zsh completion for "svn" is obsolete) Debian Bug Tracking System

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=alpine.DEB.2.02.1301021316510.2034@antinoos \
    --to=technical@yann-ollivier.org \
    --cc=zsh-workers@zsh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).