zsh-workers
 help / color / mirror / code / Atom feed
* zsh completion for "svn" is obsolete
@ 2013-01-02 12:25 Yann Ollivier
  2013-01-14 10:29 ` Vincent Lefevre
  2013-01-14 12:47 ` Axel Beckert
  0 siblings, 2 replies; 5+ messages in thread
From: Yann Ollivier @ 2013-01-02 12:25 UTC (permalink / raw)
  To: zsh-workers

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


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

end of thread, other threads:[~2013-01-14 12:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-01-02 12:25 zsh completion for "svn" is obsolete Yann Ollivier
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

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