SVN项目库错误Unsupported FS format svn: Expected FS format between '1' and '4'; found format '6'

从这里找到解决方案 http://stackoverflow.com/a/18382077

原因是用 >=1.8版本的SVN服务器创建了Repository,用低版本client去check out,报错

升级低版本的client到高版本即可。

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-05-18
  • 2021-10-09
  • 2021-12-28
  • 2021-10-04
猜你喜欢
  • 2021-08-23
  • 2021-04-19
  • 2021-06-06
  • 2021-10-13
  • 2021-08-24
  • 2021-10-22
  • 2022-02-25
相关资源
相似解决方案