Dear zsh developers,

the subversion functions for tab completion provided by current stable version of zsh (5.7.1) are obsolete and they do not work as expected (e.g. 'svn diff <tab>’ does not provide all files under revision control), since the latest svn versions store all files in the folder .svn of the root directory of the repository. Hence, I patched a bit the original file making svn completion work again but simplifying the logic of tab completion, in that it completes all files and dirs in the current folder (i.e. not only the ones under revision control),

best Cristiano