svn blame unworkably slow
From: Johan Corveleyn <johan.corveleyn_at_uz.kuleuven.ac.be>
Date: Tue, 5 May 2009 16:22:56 +0200
Hi all,
We're preparing/analyzing/testing a migration from CVS to SVN for some time now. All went well until I started focusing on a particular set of files in our repo: two large xml files that are changed very often. I already reported problems with svn log on these files (see http://subversion.tigris.org/ds/viewMessage.do?dsMessageId=1980568&dsForumId=10650). But that's still manageable/workaroundable (e.g. --limit 100 and the like).
However, running svn blame on one of these files is taking a very long time:
Note: to narrow down on the issue, I tried this on a SVN repo only containing these two files (performed cvs2svn to a new repo, only migrating the directory with these files).
Obviously this is not usable (if only for the timeout/error when trying this over https). For comparison, cvs annotate for file1.xml took only 17 seconds.
Some info on the setup:
After discussing with other developers, this is quite a big issue. Some developers that have to work on those files perform an "annotate" quite often, to investigate particular parts of the file (who/what/why/when it changed)
Is there anything I can do about this?
Should I raise this on the dev list to discuss possible improvements (e.g. caching line-based history info)? I have seen an open bug report discussing this (http://subversion.tigris.org/issues/show_bug.cgi?id=3074), but it doesn't seem to have a high priority or likeliness to be addressed.
Some more details of some tests:
real 49m39.066s
When running it locally on the server with file://:
[snip]
Any help is greatly appreciated.
Regards,
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.