Hello there. 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? It takes something like 10 minutes for me to get the log messages window up for the root of a branch. Cheers, Kristján
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
Part of the problem might be that we are using an old version of svn (1.1) AFAIK. IIRC these operations were sped up in later versions. n -- On 5/8/07, Kristján Valur Jónsson <kristjan@ccpgames.com> wrote:
Hello there.
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?
It takes something like 10 minutes for me to get the log messages window up for the root
of a branch.
Cheers,
Kristján _______________________________________________ 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/nnorwitz%40gmail.com
participants (4)
-
dustin@v.igoro.us
-
Giovanni Bajo
-
Kristján Valur Jónsson
-
Neal Norwitz