There are many.... many... many comparisons on version control systems and times.
Read this, and we can stop doing our own tests :) http://www.infoq.com/articles/dvcs-guide Want an even better description of the differences of each of the systems http://versioncontrolblog.com/comparison/Bazaar/CVS/Git/Mercurial/Subversion/index.html How about home directory versioning http://joshcarter.com/productivity/svn_hg_git_for_home_directory Needless to say, the statistics speak for themselves :) -Thadeus On Mon, Dec 7, 2009 at 5:54 PM, Yarko Tymciurak <[email protected]> wrote: > > On Dec 7, 5:01 pm, Alexander Belchenko <[email protected]> > wrote: >> Just for the record. >> >> Next time you will compare, try to compare similar history. >> >> bzr repository has ~1500 revisions and it size ~600MB. >> hg repository has only 3 revisions and its size ~6 MB. > > Yes, indeed, Alexander --- as I and 3 others already pointed out, this > is true. > > However, even for an up-to-date bzr, an update of 5 files (one rev) > took > > real 0m13.736s > > Repeating the same sort of pull from googlecode / hg, to the first hg > checkin: > > hg clone -r be4727e88e https://web2py.googlecode.com/hg/ clean-hg > > and then updating with the last 3 changesets: > > time hg update > > produces this result: > > added 3 changesets with 10 changes to 7 files > (run 'hg update' to get a working copy) > > real 0m1.048s > user 0m0.164s > sys 0m0.044s > > (I didn't count "bzr ci" nor "hg update" in either of these). > > Still, this is 13 times difference. > > So empirically, this is still noticably (significantly) different, > but more on the order of one order of magnitude (rather than > serveral). > > Regards, > - Yarko > >> >> Difference in 300 times don't make you think there is something wrong? >> >> Anyway, good luck! > > -- > > You received this message because you are subscribed to the Google Groups > "web2py-users" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/web2py?hl=en. > > > -- You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/web2py?hl=en.

