[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: David Blacka <davidb_at_verisignlabs.com>
Date: 2004-12-14 18:42:25 CET

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

   export FIGNORE=.svn

actually, mine looks like:

   export FIGNORE=CVS:\~:.o:.svn

which will exclude both CVS and .svn directories, and files ending in .o
or '~'.

-- 
David Blacka    <davidb@verisignlabs.com>
Sr. Engineer    VeriSign Applied Research
---------------------------------------------------------------------
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:44:46 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.