Hi all,
First off, thanks for this great product.
As part of my work I've implemented a search feature for finding files within a repository (fully integrated with tortoise trunk).
Obviously this requires an infinite recursive query of the tree.
While conducting my searches I've noticed that the GUI is non-responsive while searching takes place.
I've pinned down the problem (can be easily noticed when working with large repositories) to the fact that the refresh method happens in the main thread (the GUI), which prevents event handling (even closing the window).
To reproduce:
1. Open repo-browser and point it to a large repository
2. Refresh the root of the repository using Ctrl+F5 (refresh all children)
3. Close the window
Expected result:
The window will close/show close message.
Actual result:
Windows generates a non-responsive window message.
Thanks!
Ishay Peled.
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=1524793
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2009-04-03 07:04:56 CEST