/*************************************************************************** * Android Repo Learning Reference * Description: * First is due to the source code copy of the problem, the original repo source lost, by the way to see as the use of *, to repo need to master what things. * 2017-2-6 Shenzhen Nanshan Ping Shan village Zengjianfeng *********************************************************** ***************/First, reference documents:1. git and repo management use a brief introduction to http://blog.csdn.net/stevenhu_223/article/details/8828130 2.4.6. Android Multi-version Library co-http://www.worldhello.net/gotgit/04-git-model/060-android-model.html 3. Example-building a simple repo server &&Manifest Framework http://blog.csdn.net/guan506713512/article/details/16340129 4. manifest-format.txt https://Gerrit.googlesource.com/git-repo/+/master/docs/manifest-format.txtSecond, retrieve the original version repo source code:1. Get Source code: Curl"Http://php.webtutor.pl/en/wp-content/uploads/2011/09/repo"> ~/bin/Repo2. Test the repo command to view the repo branch: [email protected]:~/myandroid$ Repo Branch ... ANewRepo Command (1.23) isavailable. ... You should upgrade SOON:CP/home/zengjf/myandroid/.repo/repo/repo/home/zengjf/bin/Repo3. Retrieve Repo command: cp/home/zengjf/myandroid/.repo/repo/repo/home/zengjf/bin/Repo Third, view Branch branch situation: [email protected]:~/myandroid$ Repo Branch* Imx_l5.1.1_2.1.0-ga |inch: Bionic Bootable/Recovery Build Dalvik External/AAC External/bluetooth/bluedroid External/DNSMASQ External/kernel-Headers External/libpng External/Libselinux External/linux-tools-Perf External/PPP External/Skia External/Sonivox External/Tinyalsa External/Tremolo external/Wpa_supplicant_8 Frameworks/AV Frameworks/BaseFrameworks/Native Frameworks/opt/net/Ethernet Frameworks/opt/Telephony Frameworks/WebView Hardware/broadcom/LIBBT Hardware/broadcom/WLAN Hardware/Libhardware Hardware/Libhardware_legacy Hardware/qcom/WLAN Hardware/Ril Libcore Packages/apps/Browser Packages/apps/CAMERA2 Packages/apps/Zengjfclock Packages/apps/Email Packages/apps/Gallery Packages/apps/Gallery2 Packages/apps/Launcher2 Packages/apps/Legacycamera Packages/apps/Settings Packages/apps/Soundrecorder Packages/wallpapers/musicvisualization System/Core System/Extras System/netd System/vold [email protected]:~/myandroid$
Android Repo Learning Reference