[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

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

From: Julian Foad <julianfoad_at_btopenworld.com>
Date: Fri, 14 Aug 2015 13:07:41 +0100

I (Julian Foad) wrote:
> [1] It currently adds a space after 'branches/', which we should
> suppress like this:
>
> @@ -440,6 +450,7 @@ _svn()
> elif [[ "$here" == */trunk* ]] ; then
> # we guess that it is a merge from a branch
> COMPREPLY=( $(compgen -W ${here/\/trunk*/\/branches\/} -- $cur ) )
> + compopt -o nospace
> return 0

I committed this tweak, along with two other similar cases, in r1695871.

- Julian
Received on 2015-08-14 14:08:11 CEST

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.