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

Re: svn:ignore and Global ignore pattern don't work.

From: Simon Large <simon.tortoisesvn_at_gmail.com>
Date: Sun, 17 Oct 2010 22:34:08 +0100

On 17 October 2010 20:54, Ruben van Gulik <rubenvgulik_at_gmail.com> wrote:
> Never mind... After about an hour fiddling with the properties all of
> a sudden it worked. Don't know what made it work though.
>
> On Oct 17, 9:30 pm, Ruben van Gulik <rubenvgu..._at_gmail.com> wrote:
>> Hello, the svn:ignore properties and the global ignore pattern don't
>> work for me. This is my global ignore pattern: */bin */obj *.exe
>> *.pdb. When use Commit on my project all of the folders and files show
>> up, none are ignored. What could be causing this?

Please re-read the docs. The global ignore pattern cannot include any
path information. You can exclude the bin folder using the pattern
'bin' or you can exclude files like '*.obj' but you cannot ignore
object files within the bin folder only by using 'bin/*.obj'. You can
use svn:ignore to ignore file types within a versioned folder, but
only in that folder, not in child folders.

Simon

-- 
:       ___
:  oo  // \\      "De Chelonian Mobile"
: (_,\/ \_/ \     TortoiseSVN
:   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
:   /_/   \_\     http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2672809
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2010-10-17 23:34:16 CEST

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.