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

Re: pattern matching

From: B Smith-Mannschott <bsmith.occs_at_gmail.com>
Date: Wed, 10 Dec 2008 21:12:31 +0100

On Wed, Dec 10, 2008 at 7:33 PM, Goran Fiolić <goran.fiolic_at_xylon.hr> wrote:

> I have the following folder structure:
>
>
>
> hp014
>
> AA
>
> EDK
>
> hdl
>
> pcores
>
> hdl
>
>
>
> where I would like to ignore EDK/hdl folder. I tried the following
> „global-ignore" pattern but it did not work:
>
>
>
> global-ignores = EDK/hdl */EDK/hdl
>
>
>
> I also tried:
>
>
>
> global-ignores = */EDK/hdl
>
>
>
> I tried also with different backslashes but nothing worked. What was I
> doing wrong?
>
> http://svnbook.red-bean.com/en/1.5/svn.advanced.props.special.ignore.html

set svn:ignore on hp014/AA/EDK to hdl.

It's my impression that the patterns in global-ignores are matched against
simple names -- not full paths. This would mean your attempts can't work.
Admittedly the svnbook isn't at all clear on this point due to the common
ambiguity that "file name" sometimes means just the simple name within the
directory and sometimes means the whole path.

>
>
>
> __________ Information from ESET Smart Security, version of virus signature
> database 3682 (20081210) __________
>
> The message was checked by ESET Smart Security.
>
> http://www.eset.com
>

-- 
// Ben Smith-Mannschott
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=982515
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2008-12-10 21:19:51 CET

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.