Hi The dependency stores are rather large, 2 GB for vs2010 and 650 MB for vs2013. The size combined with the poor download rate of 100 kB/s makes cloning them take forever, five hours for vs2010.
Considering that there's unlikely much need for the old library versions one might try cloning only the HEAD of the repo. Unfortunately that doesn't work: git clone --depth 1 http://boinc.berkeley.edu/git/boinc_depends_win_vs2010.git Cloning into 'boinc_depends_win_vs2010'... fatal: dumb http transport does not support --depth It wouldn't be much use for me any more but I'm sure the next person to think about hacking BOINC would appreciate if you supported Git's smart http transport. -Juha _______________________________________________ boinc_dev mailing list [email protected] http://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev To unsubscribe, visit the above URL and (near bottom of page) enter your email address.
