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

Re: Explorer Integration, directory exclusion

From: Kurt Pruenner <leak_at_gmx.at>
Date: Tue, 21 Apr 2009 13:19:35 +0200

webpost_at_tigris.org wrote:
> So I've been trying to get explorer integration to work how I want.
> Generally I want it to only appear in one set of directories, but I
> realise I can't do that and I need to exclude rather than include.

Nope. You can exclude ALL directories by setting the Exclude paths to
just "*" then only include all directories you need, i.e. "C:\Working
Copies*" if your working copies are in a folder "Working Copies" in the
root of C:. An include always trumps an exclude.

> So that's ok, I can cope with that, so I added the following
> exclusions in the Context menu settings
>
> C:\Windows\*
> C:\Program Files\*
[...]
>
> And yet I still get the explorer menu in all of these directories.
> Aggh. I don't want the option of adding my start menu to SVN *grin*

For that to work you'd have to leave out the trailing "\", i.e.

> C:\Windows*
> C:\Program Files*

or the totally correct, but more verbose

> C:\Windows
> C:\Windows\*
> C:\Program Files
> C:\Program Files\*

since the path to the folder itself has no "\" at the end.

-- 
Kurt Bernhard Pruenner --- Haendelstrasse 17 --- 4020 Linz --- Austria
.......It might be written "Mindfuck", but it's spelt "L-A-I-N".......
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=1841853
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2009-04-21 13:20:26 CEST

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

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