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到高版本即可。
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到高版本即可。
本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。