Problem when excluding a folder from a seach

Discussion & Support for xplorer² professional

Moderators: fgagnon, nikos, Site Mods

Post Reply
JolyLoic
New Member
Posts: 4
Joined: 2008 Jan 08, 16:04

Problem when excluding a folder from a seach

Post by JolyLoic »

Hello,

When searching for a folder & its subfolders, I want to exclude all folders that are used for management by subversion. These folders are named ".svn". If I choose to look into :
c:\,-.svn

It does not work. I guess the . must be interpreted somehow...
If I choose to look into :
c:\,-*svn
it works, but might skip folders I would not like to skip.
I tried
c:\-".svn"
But it did not work either.

Is there any workaround ?

Thank you.
Demetris
Silver Member
Silver Member
Posts: 217
Joined: 2004 Jul 04, 17:18

Post by Demetris »

How about this?

Code: Select all

c:\, -*.svn
JolyLoic
New Member
Posts: 4
Joined: 2008 Jan 08, 16:04

Post by JolyLoic »

This might skip a "foobar.svn" folder. I just want to skip the ".snv" folders, with nothing before. I admit folders named "foobar.svn" are may not be really common, but who knows?
User avatar
nikos
Site Admin
Site Admin
Posts: 15855
Joined: 2002 Feb 07, 15:57
Location: UK
Contact:

Post by nikos »

to minimize the risk, use -?svn
obviously that will skip Asvn etc but hey!
Demetris
Silver Member
Silver Member
Posts: 217
Joined: 2004 Jul 04, 17:18

Post by Demetris »

Or try searching for ?.svn with an alternative proper searcher* -- that is, not the Windows search :-p -- to see if there are any such folders in your system.

[*] I use Locate32.
Post Reply