Re: [Python-Dev] svn logs

2007-05-09 Thread Giovanni Bajo
On 08/05/2007 19.37, Neal Norwitz wrote:

 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.

Yes they were. If that's the case, then probably the server should be updated.
-- 
Giovanni Bajo

___
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


[Python-Dev] svn logs

2007-05-08 Thread Kristján Valur Jónsson
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/archive%40mail-archive.com


Re: [Python-Dev] svn logs

2007-05-08 Thread dustin
On Tue, May 08, 2007 at 03:33:22PM +, 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


Re: [Python-Dev] svn logs

2007-05-08 Thread Neal Norwitz
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 [EMAIL PROTECTED] 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


___
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