问题描述:repo sync 下载代码报错:如下图,导致文件夹内只有CMakelists文件,没有功能模块代码

error: in `sync`: revision workspace

error: in `sync`: revision workspace

 

解决思路:查看default.xml文件对应的模块是否"reversion = xxx"被修改过,确认该版本对应的分支存在。

error: in `sync`: revision workspace

 

 

问题解决:若不需要该模块,删除<project path = "xxxxxxx/xxx/xx/xx/xxx/........"/>,或者修改已经存在的版本

 

 

相关文章:

  • 2021-06-29
  • 2022-12-23
  • 2022-12-23
  • 2021-07-11
  • 2022-12-23
  • 2021-05-06
  • 2021-10-25
  • 2022-12-23
猜你喜欢
  • 2021-10-07
  • 2021-06-02
  • 2021-08-10
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案