bash completion for Subversion

Posted by khmarbaise on Stack Overflow See other posts from Stack Overflow or by khmarbaise
Published on 2010-04-29T11:03:31Z Indexed on 2010/04/29 11:07 UTC
Read the original article Hit count: 358

Filed under:
|
|

I've tried to load bash_completion in my bash (3.2.25), it does not work. No message etc. I've used the following in my .bashrc

if [ -f ~/.bash_completion ]; then
  . ~/.bash_completion
fi

I also tried to use .bash_profile instead, but with the same result. So the problem is why does it not work? Any idea? Hints?

© Stack Overflow or respective owner

Related posts about bash

Related posts about subversion