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

Re: [TSVN] Subversion config global-ignores ignored

From: Dominik Guder <osc_at_guder.org>
Date: 2005-05-23 22:51:08 CEST

Simon Large schrieb:
> T E Schmitz wrote:
>
>>I noticed that the global-ignores from the Subversion config files are
>>partly ignored when executing "Add":

>
> That's a Subversion feature, not TSVN. The pattern matching works on the
> paths being added, so 'SubFolder/CVS' does not match the pattern 'CVS'.
> You could use '*CVS' or you could use both 'CVS' and '*/CVS' if you want
> to avoid accidentally ignoring a file called 'ABCVS'.
>
> Simon
>
Hi,

I discovered a different behavior between svn CL and TSVN at the exclude
pattern when adding files. On all other operations the pattern is
working as expected.
look at http://svn.haxx.se/tsvn/archive-2005-03/0442.shtml

I wanted to exclude 'bin' dirs and this is working with global-ignores
and svn CL, but not with TSVN. I tried today the '*/bin' as mentioned
above and this is working with TSVN now. So I will use this. But you
might take a look on this different behavior.

BTW: the doc states that 'bin' is also working, what is no correct on
adding files.
---- doc ---
<literal>bin obj *.bak *.~?? *.jar *.[Tt]mp</literal>.
The first two entries refer to directories, the
other four to files.
----- doc ---

So far
Dominik Guder

-- 
The answer to the great question of life,
the universe and everything is 42 (Douglas Adams)
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Mon May 23 22:51:27 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.