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

Re: [TSVN] Ignored files not ignored in non-versioned folders

From: Simon Large <simon_at_skirridsystems.co.uk>
Date: 2005-07-13 15:37:37 CEST

SteveKing wrote:
> Jan Normann Nielsen wrote:
>
>>>> *.class context.xml *~ .nbattrs
>>>>
>>>> to
>>>>
>>>> */*.class */context.xml */*~ */.nbattrs
>
>
> Now you're ignoring the *.class and other files only if they're in
> *sub*folders!
> To ignore the files in the current dir *and* all subfolders, use
> */*.class *.class */*.nbattrs *.nbattrs ...

*.class should match things in subfolders too (it does - I just tried
it). There's no need for */*.class

The only time you need both is if you want to exclude a specific
filename rather than all files with a particular extension, eg.
foo.bar */foo.bar
This will exclude 'foo.bar' anywhere but not 'morefoo.bar'

Simon

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Wed Jul 13 15:36:55 2005

This is an archived mail posted to the TortoiseSVN Dev mailing list.

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