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