[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: "svn log" is too slow

From: Kevin Puetz <puetzk_at_puetzk.org>
Date: 2005-05-27 15:39:52 CEST

Falls Huang wrote:

> Hello!
> I am running subversion(1.1.4) with the DAV module under apache2 and
> my subversion server is P4 2.4G/512M sdram. The normal operations like
> check in/out etc are fine, but I found that
> "svn log http://xx.xx.xx.xx/repos" is very slow --- it almost took me
> 15 seconds ( the subversion repos has 5000 files ).
>
> I have searched this mailling-list and set "SVNPathAuthz Off" in the
> <Location> of dav_svn.conf , but the "svn log" is still slow . How
> can I solve this problem ?
>
> thanks and regards,
> Falls Huang
>
> PS. if possible please CC me as I am not on the list(but do check it
> from time to time).

I use svn log --xml to gather data that I build into some statistics/summary
reports, and have also observed that running it against http:// is
immensely slower than running it against svn+ssh:// or file:// (which are
actually almost comparable). I assume there must be some extra network
turnarounds or similar that drag the process down via DAV. So if that's an
option for you, you might try it...

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri May 27 15:47:27 2005

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.