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

Re: Re-2: TSVNCache questions

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2007-11-19 22:55:20 CET

wek@kuhnle.com wrote:
>> The order used to determine whether the cache process checks a
>> certain path is as follows:
>> 1) path is in the 'include path' list
>> 2) path is allowed by 'drive type'
>> 3) path is not in the 'exclude path' list
>>
>> if *one* of the three rules above evaluate to TRUE, the overlays for the
>> path are shown. If all three are FALSE, the overlay is not shown.
>
> I can't believe this; did you mean:
>
> if (path is in the 'include path' list OR path is allowed by 'drive type')
> AND path is not in the 'exclude path' list
> the overlays for the path are shown ?
>
> Or have I somehow completely misunderstood this ?

if (path is in include list)
   show overlays
if (path is allowed drive type) AND (path is not in exclude list)
   show overlays

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.net
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
Received on Mon Nov 19 22:56:06 2007

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.