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

Re: [TSVN] ignored directories?

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2005-08-18 08:51:46 CEST

On 8/18/05, Erik Anderson <erikba@teamworkgroup.com> wrote:

> I'm curious, is there a reason why ignored directories show up as
> "non-versioned" in explorer (under the "SVN Status" extended column)? I do
> notice that directories added to SVN show up as "normal" or "modified", and
> the ignored directories are being excluded from the list of files in the
> commit dialog, so it does feel like the directory is being ignored.

The shell extension checks for every folder if there's an '.svn'
folder in it before it asks for the actual status. That's much faster,
and also those checks are cached separately.
So if a folder doesn't have an '.svn' folder in it, it is marked as
'unversioned', even if the folder itself might be ignored.

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 Thu Aug 18 08:52:34 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.