KDev3 SVNFileInfoPovider::status

dukju ahn dukjuahn at gmail.com
Wed Apr 18 18:44:54 UTC 2007


2007/4/18, Andreas Pakulat <apaku at gmx.de>:
> the status() function in SVNFileInfoProvider is synchronous and is
> dead-slow on large trees (like kdelibs). Also its called (as far as I
> can tell) for each click on a directory in the file tree view runs
> status() on the directory.
>
> So, can somebody please make this async,

I tried once to make it async, but it was some deep kdelibs
routines that creates the of each item on filetreeview. So
I couldn't touch the underlying mechanism.

> or at least make sure the
> svn-call doesn't recurse into subdirectories as obviously thats not
> needed for the filetree view.

I committed this fix.




More information about the KDevelop-devel mailing list