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

Re: Subversion VS. CVS - performance!

From: Ryan Schmidt <subversion-2007b_at_ryandesign.com>
Date: 2008-01-01 01:49:51 CET

On Dec 31, 2007, at 14:50, Mark Caron wrote:

> We have recently installed Subversion 1.4.4 using Apache 2.2.3 w/
> SSL and using mod_authnz_ldap for authentication with our Active
> Directory. OS is RHEL 5.
>
> After installing we ran some performance tests comparing with our
> current CVS running on RHEL 4. Hardware and network environment is
> similar between these two. Our CVS uses SSH and it's own
> authentication. We also tested with SVN using svnserve instead of
> Apache/ldap-AD auth.
>
> Summary of results of our project set checkout test (minutes):
>
> CVS: 2:00
> SVN/Apache 6:53
> SVN/svnserve 3:20
>
> Does this look right? Is there a way to improve or tune this for
> faster performance? Also - we are not sure we want to use svnserve
> due to it's limitations - we tested it out of curiosity.

Could be right. Checkouts are slower in Subversion than CVS. This is
unavoidable because Subversion does a lot more at checkout time than
CVS does. However, checkout is not an operation users are expected to
perform often. Users are expected to check out once, then use that
working copy for a long time. Most operations other than checkout
should be faster in Subversion than in CVS.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Jan 1 01:50:33 2008

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.