On Mon, 2009-05-04 at 14:56 -0400, Behdad Esfahbod wrote: > On 05/04/2009 02:52 PM, Reid Thompson wrote: > > Is this the 'to be expected' transmission rate for git? Or is there > > something abnormal about today? > > > > Receiving objects: 44% (121381/272167), 124.05 MiB | 78 KiB/s > > Be more specific? What's wrong with 78 KiB/s exactly? I've seen that speed > from my home network, and I've see as high as 1 MiB/s from other networks > (including a coffeeshop network). > > behdad
at that rate, downloading everything for evolution (evolution evolution-exchange evolution-webcal evolution-data-server glib libsoup libgweather gvfs gtkhtml etc) is going to take more time to download than that it took to download, compile and install using svn. hours ?? longer... just trying to find out if that is going to be the norm going forward or not. evolution took 42 minutes to download, evolution-data-server won't download... $ time git clone git://git.gnome.org/evolution Initialized empty Git repository in /media/disk-1/home/evo-src/git/evolution/.git/ remote: Counting objects: 272167, done. remote: Compressing objects: 100% (49379/49379), done. remote: Total 272167 (delta 223023), reused 270205 (delta 221254) Receiving objects: 100% (272167/272167), 185.85 MiB | 100 KiB/s, done. Resolving deltas: 100% (223023/223023), done. [172.16.48.3] Checking out files: 100% (2479/2479), done. real 42m50.239s user 1m18.787s sys 0m10.773s evolution via svn ( this seemed slower than normal ) Checked out revision 37529. real 14m46.213s user 0m9.589s sys 0m2.443s $ time git clone git://git.gnome.org/ evolution-data-server Initialized empty Git repository in /media/disk-1/home/evo-src/git/evolution-data-server/.git/ fatal: The remote end hung up unexpectedly real 0m0.171s user 0m0.000s sys 0m0.006s evolution-data-server via svn Checked out revision 10220. real 4m40.236s user 0m4.816s sys 0m2.412s _______________________________________________ gnome-infrastructure mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gnome-infrastructure
