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

Re: [TSVN] Re: Ignore inconsistently ignored with wrong case

From: SteveKing <steveking_at_gmx.ch>
Date: 2004-12-04 19:40:29 CET

Norbert Unterberg wrote:
> SteveKing schrieb:
>
>>> Visible in SVN Status column svn st *.*
>>> Commit dialog in Explorer output
>>> Unversioned Folder yes non-versioned ?
>>> ignore list correct case no non-versioned I

I can see now why the status column shows you 'unversioned' instead of
'ignored' as you'd expected:
that's a speed optimization we made. You see, it's much faster to check
if there's an '.svn' folder inside a folder than to actually try to read
the subversion status. And since that check is done before fetching the
status, we just return 'unversioned'.
But that's only for folders, because fetching the status for a folder
takes really a very long time. For files, you will still see the status
'ignored'.

I can change that back so that even for folders 'ignored' is returned,
but then TSVN would be slower again when browsing a working copy with
many unversioned folders in it. So what do you guys think? Is it worth
changing that back or should I leave it the way it is now and have a
better speed?

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 Sat Dec 4 19:43:01 2004

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.