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

Re: Repository Browser hangs when deleting directories from left hand pane

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Fri, 26 Aug 2011 19:21:35 +0200

On 26.08.2011 03:52, Ryan J Ollos wrote:

> Related issue: I've also been noticing (before and after the change you made
> in 21895) that the view usually does not refresh after deleting a directory
> through the Repository Browser. I have to manually Refresh to show that the
> directory has been deleted.
>

Works fine for me. The view refreshes correctly.

The delete function(s) have this at the end:
if (bTreeItem)
   RefreshNode(m_RepoTree.GetParentItem(m_RepoTree.GetSelectedItem()),
true);
else
   RefreshNode(m_RepoTree.GetSelectedItem(), true);

That means: it refreshes the parent of the deleted item.

Can you reliably reproduce the issue that it doesn't refresh?

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=757&dsMessageId=2830703
To unsubscribe from this discussion, e-mail: [dev-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2011-08-26 19:22:16 CEST

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.