问题描述
|
一旦我给
repo init -u git://github.com/MIPS/manifests.git -b mips-gingerbread-r1
它说
\"repo has been initialized to /home/user1\".
我想将此目录更改为(/ home / user1 / myproject)。我该怎么做?
我也有一个local_manifest.xml,我需要将其与repo一起使用以更新源代码树。我该怎么办?
解决方法
在当前工作目录中完成“ 2”。
因此,最简单的方法只是在
/home/user1/myproject
中重复您的命令,这样所有文件都会相应地更新。