Re: bash_completion - subversion add: svn ls/merge ^/remote path

2015-08-19 Thread Christian Ferbar
suggest to enable SVN_BASH_COMPL_EXT=urls by default since nobody reads a documentation and enables it. greetings, Chris Am Dienstag, 18. August 2015, 13:51:58 schrieb Julian Foad: Christian Ferbar wrote: new version. This patch are my current changes for svn ls only. Thanks, Chris. This looks

Re: bash_completion - subversion add: svn ls/merge ^/remote path

2015-08-18 Thread Christian Ferbar
Hi, new version. This patch are my current changes for svn ls only. I need some feedback concerning: - how to deal with svn error messages written to stderr, for example: svn ls svn+ssh://svn.something.com/tabtabu...@svn.something.com's password: this happens when you forget to do ssh-add -

bash_completion - subversion add: svn ls/merge ^/remote path

2015-08-12 Thread Christian Ferbar
Hi, with this patch svn ls ^/tabtab and svn merge ^/tabtab will list the remote directories. to get svn ls ^/ to autocomplete the path export SVN_BASH_COMPL_EXT=urls has to be set, I don't know why this check is only in ls ... Regards, Chris--- /etc/bash_completion.d/subversion 2015-08-11