Subversion History Performance
The performance of 'svn log -g' (Subversion history with merge sources) in combination with commits which contain plenty of changed paths is sub-optimal (see also http://svn.haxx.se/dev/archive-2010-04/0499.shtml).
Apparently, Intellij IDEA uses the -g option when getting the history. Is there a way to switch this off?
Regards,
Thomas
请先登录再写评论。
Ok, indeed, we can get merge sources, for instance, separately & lazy
I've created a request http://youtrack.jetbrains.net/issue/IDEA-54934
to don't lose the task
Unfortunatley, at the moment you can not switch it off
but since version 9.0.2 file history is filled asynchronously, so first lines will appear mush faster
Thank you
Thanks for creating the request.
Filling the history asynchronously is certainly a good idea and as I'm using version 9.0.2 I already enjoyed that feature. However, in the described case it seems that the Subversion server takes a long time to compute the response before sending back even the first line of history.
FYI, this is the corresponding issue at Tigris' issue tracker: http://subversion.tigris.org/issues/show_bug.cgi?id=3639.
Regards,
Thomas