在工作中经常需要切换xml,推荐的方法是自己修改符号链接:
方法一:
$cd .repo $ln –sf manifests/xxxx.xml manifest.xml $cd .. $repo sync
方法二:
$repo init –m xxxx.xml $repo sync
相对来说方法二较简单。