|
|
|
|
|
by eridius
6141 days ago
|
|
If you want to git-svn clone such a massive repository (and either it was truly massive, or your friend's net connection sucked, or he was using an old version of git that had the bug where git-svn slowed down over time), you should copy it to your local computer. git-svn runs significantly faster when it doesn't have to deal with network latency. Edit: Also, --depth does have a use with git repos, namely if the git repo is accessible only over http, as downloading packs over http is kind of slow. |
|