Re: bash_completion - subversion add: svn ls/merge ^/<remote path>
From: Christian Ferbar <chris_at_qnipp.com>
Date: Tue, 18 Aug 2015 14:20:56 +0200
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:
this happens when you forget to do ssh-add
-> in bash >= 4 they changed COMP_WORDS. The Line will be split at : as well, so "file:/something" are 3 array items. Nobody would use subversion 1.9 with bash 3 ... probably. I will drop bash 3 statements, for example:
if [[ $cur == file:* ]]
ok?
> Please can URL completion work on full URLs as well as on relative URLs?
1. svn ls tabtab -> ^/ file:/// http:// https:// svn:// svn+ssh://
cheers,
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.