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

Re: Exclude Question

From: Simon Large <simon.tortoisesvn_at_googlemail.com>
Date: 2007-04-29 00:16:30 CEST

On 28/04/07, Eric Marthinsen <emarthinsen@novemberconsulting.com> wrote:
> Do I need to add an include rule for each bin directory, or can I apply it
> to a whole directory tree? My working knowledge of the include/exclude rules
> is a bit light. Thanks.

You would get a long way just by trying things out and seeing what
works. Or hover the mouse over the box to see a tooltip.

Include/Exclude patterns are paths, which can optionally have a * at
the end to affect all subdirs. But they are not (AFAIK) as flexible as
the globbing rules used in global ignores, so you cannot specify
C:\Projects\*\bin. I don't know your WC layout, but I would expect you
have to add a rule for each bin you want to show the overlays for.

You are aware that the include/exclude rules only affect the areas
that show subversion status as icon overlays? They do not exclude or
include areas from version control. For that you need to use global
ignore patterns, or the svn:ignore property on folders.

Simon

--
      ___
 oo  // \\      "De Chelonian Mobile"
 (_,\/ \_/ \     TortoiseSVN
  \ \_/_\_/>    The coolest Interface to (Sub)Version Control
  /_/   \_\     http://tortoisesvn.net
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
Received on Sun Apr 29 00:16:36 2007

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.