Bootstrap

git 使用总结(三)repo sync -m

有没有遇到一种困扰,根据repo_manifest.xml新抓到的code ,发现有各种问题,因此想退回到某一版code?

抑或是新的code 与当前的image 有版本兼容的问题,kernel header 不一致...

总之,就想抓某一版特定的code,但是repo_manifest.xml 包含很多repo ,又无法一一确定每个repo 的code version 。

这个问题的关键是,在产生autobuild image的时候,需要将当前的带有版本信息的各个repo 存储一下,假设存储的特定版本的xml 是manifest_versioned.xml.

操作方法,
1.repo init -u url -m xxx.xml --depth=1

xxx.xml 是没有版本信息的提货单,这个提货单拿到的是最新的code.
2.拿到manifest_versioned.xml,并且放在 \.repo\manifests\
3.repo sync -c -m  manifest_versioned.xml
或者
1.repo init -u url
2.把manifest_versioned.xml copy到.repo/manifest 里面
3.repo init -m manifest_versioned.xml
4.repo sync

悦读

道可道,非常道;名可名,非常名。 无名,天地之始,有名,万物之母。 故常无欲,以观其妙,常有欲,以观其徼。 此两者,同出而异名,同谓之玄,玄之又玄,众妙之门。

;