Did this, out of curiosity (from a server in the U.S.): # time git clone https://github.com/apache/lucene-solr.git ... Receiving objects: 100% (563630/563630), 472.01 MiB | 10.46 MiB/s, done.
real 1m13.049s user 0m46.000s sys 0m10.060s # time git clone --depth 1 https://github.com/apache/lucene-solr.git ... Receiving objects: 100% (9507/9507), 37.40 MiB | 9.84 MiB/s, done. real 0m7.814s user 0m2.550s sys 0m1.110s # time svn co https://svn.apache.org/repos/asf/lucene/dev/trunk test.svn ... Checked out revision 1682650. real 0m34.526s user 0m12.460s sys 0m10.320s As you can see everything is relative... Dawid --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org