[Python-Dev] svn logs
dustin at v.igoro.us
dustin at v.igoro.us
Tue May 8 18:51:39 CEST 2007
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
More information about the Python-Dev
mailing list