On Tue, May 08, 2007 at 03:33:22PM +0000, Kristj?n Valur J?nsson wrote: > Does anyone know why getting the SVN logs for a project is so > excruciatingly slow? > > Is this an inherent SVN problem or are the python.org servers simply > overloaded?
I believe it's because there are multiple requests required to get the whole thing, but I don't know the details. You'll notice that svn annotate is also really slow. One thing you can do to help is to specify a range of revisions you'd like to see. This has been the case with just about every remote repository I've ever accessed. Dustin _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com