Konstantin Tokarev via llvm-dev
2016-Aug-19 15:34 UTC
[llvm-dev] OT: Cloning llvm repo over low speed connection != fun
19.08.2016, 18:30, "Renato Golin via llvm-dev" <llvm-dev at lists.llvm.org>:> On 19 August 2016 at 16:22, C Bergström <llvm-dev at lists.llvm.org> wrote: >> Have you ever stayed in a non-hilton hotel while traveling? I don't >> mean couch surfing, but just average place.. I'd even add some above >> average places to the list and when you get 100 people all on the same >> line.. it can get "slow"... > > I've been to many places while going to Connects, events and sprints, > and I can attest that hotels, no matter how many stars, have horrible > Internet connection. > > One hotel we had to tell the admin to stop throttling SSH and also to > allow connections to more ports than just 25, 80 and 443. > > But that affected *everybody*. Using Git or SVN, using Windows or > Linux, trying to download Linux, LLVM, GCC, Linaro stuff.But with SVN you don't fetch complete history.> > So, while I do literally feel your pain around 5 weeks per year, so > does every one else in the same situation. There are no solutions to > that problem other than "not going there", which for me, really isn't > an option. > > Bottom line is, clone your repos before going away and always keep an > updated repo in a backup, so you can use it to considerably reduce the > download time on remote places. > > cheers, > --renato > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev-- Regards, Konstantin
Renato Golin via llvm-dev
2016-Aug-19 15:38 UTC
[llvm-dev] OT: Cloning llvm repo over low speed connection != fun
On 19 August 2016 at 16:34, Konstantin Tokarev <annulen at yandex.ru> wrote:>> But that affected *everybody*. Using Git or SVN, using Windows or >> Linux, trying to download Linux, LLVM, GCC, Linaro stuff. > > But with SVN you don't fetch complete history.You can do that with Git, too. And SVN is generally a lot slower to clone the same repo. :) cheers, --renato
Konstantin Tokarev via llvm-dev
2016-Aug-19 15:40 UTC
[llvm-dev] OT: Cloning llvm repo over low speed connection != fun
19.08.2016, 18:38, "Renato Golin" <renato.golin at linaro.org>:> On 19 August 2016 at 16:34, Konstantin Tokarev <annulen at yandex.ru> wrote: >>> But that affected *everybody*. Using Git or SVN, using Windows or >>> Linux, trying to download Linux, LLVM, GCC, Linaro stuff. >> >> But with SVN you don't fetch complete history. > > You can do that with Git, too. And SVN is generally a lot slower to > clone the same repo. :)OT: For WebKit you can just download initial SVN snapshot from official site :) -- Regards, Konstantin
Daniel Berlin via llvm-dev
2016-Aug-19 18:57 UTC
[llvm-dev] OT: Cloning llvm repo over low speed connection != fun
FWIW: [dannyb at dannyb-macbookpro3 11:54:38] ~/sources/llvm (git-svn)-[newgvn-predicates]- :) $ gdu --exclude=debug-build -k ... 521724 . [dannyb at dannyb-macbookpro3 11:55:00] ~/sources/llvm (git-svn)-[newgvn-predicates]- :) $ gdu .git -k ... 305768 .git an SVN checkout would have transferred the 521 meg:) With zlib compression, etc, maybe they are about equal. But SVN would not have transferred significantly less data here. On Fri, Aug 19, 2016 at 8:34 AM, Konstantin Tokarev via llvm-dev < llvm-dev at lists.llvm.org> wrote:> > > 19.08.2016, 18:30, "Renato Golin via llvm-dev" <llvm-dev at lists.llvm.org>: > > On 19 August 2016 at 16:22, C Bergström <llvm-dev at lists.llvm.org> wrote: > >> Have you ever stayed in a non-hilton hotel while traveling? I don't > >> mean couch surfing, but just average place.. I'd even add some above > >> average places to the list and when you get 100 people all on the same > >> line.. it can get "slow"... > > > > I've been to many places while going to Connects, events and sprints, > > and I can attest that hotels, no matter how many stars, have horrible > > Internet connection. > > > > One hotel we had to tell the admin to stop throttling SSH and also to > > allow connections to more ports than just 25, 80 and 443. > > > > But that affected *everybody*. Using Git or SVN, using Windows or > > Linux, trying to download Linux, LLVM, GCC, Linaro stuff. > > But with SVN you don't fetch complete history. > > > > > So, while I do literally feel your pain around 5 weeks per year, so > > does every one else in the same situation. There are no solutions to > > that problem other than "not going there", which for me, really isn't > > an option. > > > > Bottom line is, clone your repos before going away and always keep an > > updated repo in a backup, so you can use it to considerably reduce the > > download time on remote places. > > > > cheers, > > --renato > > _______________________________________________ > > LLVM Developers mailing list > > llvm-dev at lists.llvm.org > > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev > > -- > Regards, > Konstantin > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160819/e9a914af/attachment.html>