[ https://issues.apache.org/jira/browse/SVN-3714?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17466163#comment-17466163 ]
Daniel Sahlberg commented on SVN-3714: -------------------------------------- Adding -o bashdefault seems to supply this functionality. >From the bash manpage: -o comp-option The comp-option controls several aspects of the compspec's behavior beyond the simple generation of completions. comp-option may be one of: bashdefault Perform the rest of the default bash completions if the compspec generates no matches. default Use readline's default filename completion if the compspec generates no matches. > Tab completion does not expand ~username directory > -------------------------------------------------- > > Key: SVN-3714 > URL: https://issues.apache.org/jira/browse/SVN-3714 > Project: Subversion > Issue Type: Bug > Components: tools > Affects Versions: 1.6.x > Environment: Linux > Reporter: Subversion Importer > Priority: Major > Fix For: nonblocking > > Attachments: 3714_patch.txt > > > {noformat:nopanel=true} > When I type: > svn up ~user[TAB] > completion does not work, I've to manually type ~user and also a '/' to the > end > of the directory to make it work. Then, it starts to complete directory names. > With completion scripts from other programs like git, mplayer I can use ~user > shortcut for completion easily without having to write full username and the > '/' > to the end. > By the way I'm using 1.2 tarball of this completion project[1] with bash > 4.1.7. > [1] http://bash-completion.alioth.debian.org/ > {noformat} > Original issue reported by *gokcene* -- This message was sent by Atlassian Jira (v8.20.1#820001)