Repo commands使用说明:
Ref from : http://source.android.com/source/using-repo.html
-------------------------------------------------------------------------------------------------------------
REPO INIT
$repo init -u URL [OPTIONS]
Options:
-
-u
: specify a URL from which to retrieve a manifest repository. The common manifest can be found atgit://android.git.kernel.org/platform/manifest.git
-
-m
: select a manifest file within the repository. If no manifest name is selected, the default is default.xml. -
-b
: specify a revision, i.e., a particular manifest-branch.
REPO SYNC
$repo sync [PROJECT_LIST]