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

Re: A bug/request

From: Simon Large <simon_at_skirridsystems.co.uk>
Date: 2005-10-15 14:36:47 CEST

Stefan Küng wrote:
> German Rincon wrote:
>
>> Hi Guys,
>>
>> First of all I want to thank you for all your work, TortoiseSVN works
>> great and have helped our project great deal.
>>
>> I have one request/bug I'd like to report.
>>
>> The Exclude/Ignore list has 1 flaw. When I run an ADD operation over a
>> folder, nothing gets ignored, which makes the add a problem when you
>> have Excluded/ignored a bunch of files/folders through configuration
>> using wildcards.
>>
>> Thanks for listening, keep up the good work.
>
>
> You've probably just set your exclude/ignore list wrong. When doing an
> add (and some other operations), Subversion uses relative paths
> internally, starting from the folder you started the command. Now your
> ignore-patterns are matched against those relative paths, not individual
> files anymore.
>
> Example:
>
> *.tmp
>
> will successfully ignore temp files for most operations. But not for Add
> if those files are in a subfolder. In that case, you also must ignore
>
> *\*.tmp

I think * can include paths. The subfolder problem arises if you have a
specific file like IgnoreMe.* In that case you need to use *IgnoreMe.*
to make it work in subfolders.

Also I think you need forward slash for subversion paths.

German, if you still can't get this working you will have to give us
your ignore list and the names of some files which are not being ignored.

Simon

-- 
        ___
   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 Sat Oct 15 14:37:15 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.