On Thursday 31 of May 2018 10:21:24 gregory guy wrote:
Hi there!
Sorry to step in the devs's room but I'm seeking information about git
uses to clone the TDE repository.
Yesterday I applyed the method displayed in the wiki, namely:
- git clone
https://mirror.git.trinitydesktop.org/cgit/tde
- cd tde
- git submodule init -- scripts
- git submodule update -- scripts
- ./scripts/switch_all_submodules_to_head_and_clean anonymous
After more than 6 hours of downloading (at an average of 70 kib/s) the
connexion stopped and wouldn't restart properly.
I don't think I can fetch the entire project history in those
conditions, this would take days...I guess!
Is there a way to shorten the cloning in order to get the last code?
I tryed with "--depth=1" but I was rather unsuccessfull on the matter.
Regards
gregory
Hi Gregory,
this is strange behavior. VPS for hosting
mirror.git.trinitydesktop.org is
on a 300 Mbps bandwidth. Therefore, I do not suppose there should be a
problem with the speed of this server.
Please, can you check what the urls for the submodules are in
tde/.git/config? Are these urls correctly replaced to
mirror.git.trinitydesktop.org or stay referenced to the
scm.trinitydesktop.org (master server)?
Cheers
--
Slávek