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

2015-08-19 Thread Christian Ferbar
Hello, this patch works for svn ls and svn merge now. I'm not sure if it makes sense for other commands, however it is a separate function an can be used easily for other commands as well. _svn_lls() looks broken for me because ${dn}.svn/text-base/${fn}.svn-base doesn't exist any more I

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

2015-08-19 Thread Julian Foad
Christian Ferbar wrote: this patch works for svn ls and svn merge now. Thanks, Chris. This looks lovely! I'll try it out later. I'm not sure if it makes sense for other commands, however it is a separate function an can be used easily for other commands as well. I'm sure it makes sense to

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

2015-08-18 Thread Julian Foad
Christian Ferbar wrote: new version. This patch are my current changes for svn ls only. Thanks, Chris. This looks much better already. (I haven't tried it.) I need some feedback concerning: - how to deal with svn error messages written to stderr, for example: svn ls

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 -

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

2015-08-17 Thread Philip Martin
Christian Ferbar ch...@qnipp.com writes: --- /etc/bash_completion.d/subversion 2015-08-11 22:17:11.80800 +0200 +++ subversion2015-08-12 11:13:42.135616669 +0200 @@ -420,6 +420,16 @@ COMPREPLY=( $(compgen -W $choices -- $suffix ) )

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

2015-08-14 Thread Julian Foad
On 12 August 2015, Christian Ferbar wrote: 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 ... Thank you, Chris. This

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