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

Re: [TSVN] Re: TSVN Add displays contents of ignored directories

From: SteveKing <stefankueng_at_gmail.com>
Date: 2005-01-18 14:56:53 CET

On Tue, 18 Jan 2005 14:36:59 +0100, Norbert Unterberg <nepo@gmx.net> wrote:
> SteveKing schrieb:
>
> > Ok, as of revision 2471, this should work:
> > *\\CVS\\* *\\CVS
>
> I still you did not get the point that I am trying to make.
>
> In my case, TSVN did correctly recognize that the CVS folder was ignored
> and did not offer to add it.
>
> The bug is that it recursed into that folder, although it was ignored.

Wrong! You didn't ignore the folder but a string to match a
folderpath. If you had ignored the folder with svn:ignore, it would
have worked as you wanted.
So by using the exclude list, you don't ignore specific folders but
folderpaths matching the ignore patterns.
So, if you use
*\\CVS
that string does match e.g.
C:\test\CVS
but does _not_ match
C:\test\CVS\Entries

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 Tue Jan 18 15:02:11 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.