repo:manifest.xml:fetch =“..”是什么意思?

时间:2013-08-15 11:02:36

标签: git repository

刚看了CM的manifest.xml,比如:

<remote  name="github"
       fetch=".."
       review="review.cyanogenmod.org" />

那么这个fetch =“..”是什么意思?

1 个答案:

答案 0 :(得分:2)

参考此解释:

https://groups.google.com/forum/#!topic/android-building/mKtph-wOx_w

它应该相对于'manifests /'

的父目录

以AOSP为例:

$ repo init -u https://android.googlesource.com/platform/manifest
fetch=".." in the manifest.xml is equal to "https://android.googlesource.com/platform/../" 

此外,有关repo清单结构的一些细节:

http://git-repo.googlecode.com/git-history/v1.8.1/docs/manifest-format.txt