[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: SteveKing <steveking_at_gmx.ch>
Date: 2005-07-13 15:23:25 CEST

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 ...

Stefan

-- 
        ___
   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:23:47 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.