repo切换xml命令

在工作中经常需要切换xml,推荐的方法是自己修改符号链接

方法一:

$cd .repo
$ln –sf manifests/xxxx.xml manifest.xml
$cd ..
$repo sync 


方法二:

$repo init –m xxxx.xml
$repo sync 

相对来说方法二较简单。

相关文章

php输出xml格式字符串
J2ME Mobile 3D入门教程系列文章之一
XML轻松学习手册
XML入门的常见问题(一)
XML入门的常见问题(三)
XML轻松学习手册(2)XML概念