What I found particularly remarkable is the difference in commits of a community-driven project like Dolfin <https://github.com/nschloe/dolfin/graphs/punch-card> versus a company-based one like Trilinos <https://github.com/nschloe/trilinos/graphs/punch-card>. One can pretty much determine the average dinner time for Dolfin developers. :)
--Nico On Tue, Mar 12, 2013 at 8:44 AM, Martin Sandve Alnæs <[email protected]> wrote: > Cloning time is one thing, more interesting is the time to switch between > branches while working. Bzr cant possibly beat git there when using > colocated branches with git. > > Martin > > Den 12. mars 2013 08:17 skrev "Anders Logg" <[email protected]> følgende: >> >> On Tue, Mar 12, 2013 at 01:21:05AM +0100, Nico Schlömer wrote: >> > For all you Git lovers out there: >> > I just set up a (one-way) mirror of Dolfin's public repo on GitHub: >> > https://github.com/nschloe/dolfin/. >> > --Nico >> >> Interesting. I was curious and did some timings: >> >> $ time bzr branch lp:dolfin dolfin-bzr >> real 3m32.816s >> user 1m11.824s >> sys 0m1.084s >> >> $ time git clone https://github.com/nschloe/dolfin dolfin-git >> real 6m0.785s >> user 1m19.929s >> sys 0m16.873s >> >> This may just be random figures as a result of the current loads of >> Launchpad and GitHub (timings started simultaneously so the connection >> on my end shouldn't matter) but interesting anyway. I was expecting >> GitHub to be faster (Launchpad usually feels more sluggish). >> >> -- >> Anders >> >> _______________________________________________ >> Mailing list: https://launchpad.net/~dolfin >> Post to : [email protected] >> Unsubscribe : https://launchpad.net/~dolfin >> More help : https://help.launchpad.net/ListHelp _______________________________________________ Mailing list: https://launchpad.net/~dolfin Post to : [email protected] Unsubscribe : https://launchpad.net/~dolfin More help : https://help.launchpad.net/ListHelp

