Android 'repo' documentation available?

空扰寡人 提交于 2019-11-29 17:52:03

问题


The only documentation about googles 'repo' tool for android repository management was:

https://sites.google.com/a/android.com/opensource/download/using-repo

This was less than nothing: the available help is the same as when typing:

repo help

Does anyone know another source of documentation?

I explicitly want to know how to revert local changes: -of a git repository that is part of the 'repo' -of the repo '/manifest' folder or other 'repo' changes


回答1:


Documentation about repo is a bit hard to come about, as you have discovered.

In addition to your link, the repo help <subject> commands are very useful. E.g. repo help manifest and repo help sync are quite well described.

Also if you look in your .repo/repo/docs/manifest-format.txt there are very decent description of the manifest system used by the Android repo program.

If you discover additional resources of information on repo I would be very interested in hearing about it. :)



来源:https://stackoverflow.com/questions/6537769/android-repo-documentation-available

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!