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

Re: TortoiseSVN hangs on recursive property deleting

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Mon, 04 Oct 2010 20:35:03 +0200

On 04.10.2010 13:41, Ivan Soloducha wrote:
> Hello all!
>
> I have built TortoiseSVN from sources and found that it hangs when I highlight some property, press "Remove" and then press "Recursively".
> This bug remains in current revision (20235).
>
> Lines 559-560 in the file trunk/src/TortoiseProc/Properties/EditPropertiesDlg.cpp:
>
> ...
> 559 SVNProperties props(m_pathlist[i], m_revision, m_bRevProps);
> 560 props.SetProgressDlg(&prog);
> 561 if (dlg->HasMultipleProperties())
> ...
>
> I have copied the line 559 after the line 678:
> ...
> 678 SVNProperties props(m_pathlist[i], m_revision, m_bRevProps);
> props.SetProgressDlg(&prog);
> 679 if (!props.Remove(sName, bRecurse ? svn_depth_infinity : svn_depth_empty, (LPCTSTR)sLogMsg))
> ...
>
> and looks like it helps.
>
> Could anybody verify this fix?

I don't think this would fix your issue. But please have a look at my
commits r20240 and r20241.

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=2667889
To unsubscribe from this discussion, e-mail: [dev-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2010-10-04 20:35: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.