Re: Perforce/Subversion Timing Statistics #2
From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2002-05-28 19:50:16 CEST
I'm not sure why I'm replying to this, as it seems like
"Joshua Jensen" <jjensen@workspacewhiz.com> writes:
> No, I don't believe my tests are missing the whole picture. I have
This seems true... Berkeley DB is probably the culprit here. I
> * Retrieving new files from Perforce is significantly faster than
The svn client must 'walk' the entire working copy in order to report
> * Branching files is significantly faster than Subversion. This
Try creating a branch server-side:
svn cp URL1 URL2
instead of client side (as you did):
svn cp wc-path1 wc-path2
I think you'll see a near-instantaneous result.
> * Merging files across branches is way faster in Perforce. I've been
'svn merge' is receiving diffs from the server, and applying them to
Just as with updates, it takes 30 seconds for svn to commit, because
> * From an administration standpoint, server disk space is far less in
Again, this is just a matter of Berkeley DB. Not a surprise that
> Even worse, I did some benchmarks with CVS (and how I hate
Honestly, Joshua, these are the benchmarks we care most about. At
If you repeat your tests comparing CVS and SVN, we'd be very
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.