Download multiple repository using repo command

preview_player
Показать описание

Рекомендации по теме
Комментарии
Автор

thank you for the explanation, -J=4 is represents the number of parallel threads while cloning the repos. when we have more number of repos it will be useful, and we can change the default value from 4 to bigger number

prasadvuriti
Автор

Great explanation and very useful, thank you

armandojavier
Автор

Thank you for the short video. This video really helped to understand how repo works.

memorylanezz
Автор

Hi Steven, I have repo code on my local machine and now want it to push into github but it returns error when I am trying it. How to do it.

souravsr
Автор

Thanks for your video. i have a multiple repository, i am using repo tool to get the content from repository.
Multiple Repository structure,


A -- Folder
_pic
_src
_misc
B
_src


C
_src
D
_pic
_src
_misc

:
E
_pic
_src
_misc
F
_src

i am using repo sync to get all the manifest.xml file content to my local folder .
but i need to get the content from repository in below specific way by using repo tool.

way 1: Get all the _src folder alone
way 2: get all the _pic folder along
way 3. : Get all the _src and _pic folder
way 4: Get all the _src and _misc

kindly suggest, how to achieve in repo tool?
or
how to specify the unwanted folder / file from the repo sync or download the content to local ?

Hint :
In Git native command, we have a sparse-checkout to specify unwanted folder to ignore the file content.

nanthagopal
join shbcf.ru