You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Ryan Schmidt <su...@ryandesign.com> on 2008/01/01 00:49:51 UTC

Re: Subversion VS. CVS - performance!

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