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

Re: bash tab completion & .svn dirs

From: Rich Doughty <rich_at_opusvl.com>
Date: 2004-12-14 18:31:08 CET

On 14 Dec 2004, Kurt Guenther wrote:
>
> Does anybody know a way to have bash ignore the '.svn' directories for
> tab completion?

in your .bashrc:
        bind 'set match-hidden-files off'

or in .inputrc
        set match-hidden-files off

will disable filename completion on all files beginning with '.' unless you
explicitly specify it.

To only ignore .svn directories, you might be able to set the $FIGNORE
variable, but i'm not too sure

  - Rich Doughty

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Dec 14 18:33:36 2004

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.