How to resume repo sync

后端 未结 4 796
抹茶落季
抹茶落季 2020-12-19 11:50

Can anyone please mention how to resume the sync command?

I followed the following steps: $ repo init -u git://git.omapzoom.org/platform/omapmanifest.git -b eclair $

4条回答
  •  温柔的废话
    2020-12-19 12:07

    As mentioned above, repo is used to manage several smaller project (some of which are very large). But you won't have to redownload the projects you have already finished downloading. You will, however, have to restart the project you were in the middle of downloading.

    Just type in:

    repo sync
    

    again, and it will check to see if there's any updates to the projects you've already downloaded, if so, download them, and then start from the next downloaded project. If a single project takes you more than your allotted time to download (sounds like it is 6 hours), you will need to find a faster/different connection to download it.

提交回复
热议问题