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

Re: BUG: Global Ignore Pattern Not Working

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2006-03-01 18:39:34 CET

Richard Payne wrote:

> I have downloaded the 1.3.2 Build 5840 of TortoiseSVN.
>
> I have setup a global ignore pattern in the setting pages. When I need
> right click on a folder to add the files, folders that match the global
> ignore pattern are still being added.
>
> The pattern that I am using is “bin obj”.

Please read our docs. That ignore pattern won't work with Subversion
clients which use absolute paths (which are basically all clients except
the command line client). You need to specify
*\bin\* *\bin *\obj\* *\obj
then it will work.

> I have checked the issue list and mail lists so I hope that I am not
> doing anything silly or the bug has already been raised.

The first thing to check would be our docs, *then* as a next step the
mailing lists :)

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 Wed Mar 1 19:09:26 2006

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.