[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 12:47:33 CET

On Tue, 18 Jan 2005 11:42:50 +0100, Lübbe Onken <l.onken@rac.de> wrote:

> I think, that if a folder is ignored, everything below that folder should be
> ignored as well. If I want to ignore all CVS folders, I'd like to use 'CVS/'
> as ignore pattern and expect everything below to be ignored as well.

Hmmm - "CVS/" would be wrong, because you're ignoring windows paths
here. So you have to use "CVS\\" (note the double backslash!).

> I don't remember exactly: is there a reason why the ignore patterns don't
> have a trailing slash for folders? Was it subversion compatibility? Would it
> work if I specified 'CVS/*' instead?

Ok, as of revision 2471, this should work:
*\\CVS\\* *\\CVS
the first pattern ignores everything below a CVS folder, and the
second pattern ignores the CVS folder itself.
If you would just use
*\\CVS*
you would also ignore paths like
c:\test\CVSTest\somethingmore

What do you think, worth backporting to 1.1.3?

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 12:48:12 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.