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

Re: Issue 634 still persists in build 25609 dev for the Windows Explorer

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Tue, 24 Jun 2014 19:59:19 +0200

On 24.06.2014 17:04, Christian Balzer wrote:
> Hi,
>
> Issue 634 "Repo browser does not show nested externals"
> (https://code.google.com/p/tortoisesvn/issues/detail?id=634) still
> doesn't work for the Windows Explorer:

Repo browser != windows explorer.

> For external
>
> sub/sub/ext http://server.com/svn/branches/b2
>
> there is a question mark overlay icon over sub/, no icons over sub/sub
> and sub/sub/ext and only on the contents of sub/sub/ext are icons...
>
> I would expect the overlay icon to be the same for sub, sub/sub and
> sub/sub/ext, and to reflect the status of sub/sub/ext's contents: if
> all files are up to date, a green tick, otherwise another icon...

To show the overlay icons in explorer, the status of the files and
folders has to be fetched. This is done on a folder basis and cached.
The status is not fetched for a whole working copy at once, because for
big working copies this would block the explorer for way too long.

So the overlays are correct:
sub is unversioned
sub/sub is unversioned
sub/sub/ext is a separate working copy

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest interface to (Sub)version control
    /_/   \_\     http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=3083831
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2014-06-24 19:59:30 CEST

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.