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

Re: [TSVN] Re: Request: Recursive Add ignore directory trees

From: SteveKing <steveking_at_gmx.ch>
Date: 2004-09-11 10:18:20 CEST

Erv Walter wrote:

> The part about properties only working on svc-controlled folders makes
> sense. However, I'm not talking about ignore properties that are in the
> actual repository meta data. I am talking about the TSVN configuration
> setting on the first page of the setting dialog that lets you _globally_
> ignore a pattern.

Even those 'global" ignore patterns are controlled by the Subversion
library.

> What I'm wishing is that the "global" setting applied even to files that
> are being added that are not directly contained in an already controlled

If you want those files being ignored, you have to add the _files_ to
the ignore patterns, not just their parent folder.
You see: the ignore patterns don't differ between files and folders. So
if you ignore a folder, the folder won't show up but the files in it
still will. You have to ignore those files separately.
Just add e.g.
*.pdb *.obj *.aps *.dll *.exe
to your ignore pattern list.

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 Sat Sep 11 20:20:18 2004

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.