简体   繁体   English

从SVN存储库导入项目时出现问题

[英]Issue in importing project from SVN repository

SVN repository is created using Tortoise SVN in D: drive of the machine. SVN存储库是使用机器D:驱动器中的Tortoise SVN创建的。

While trying to import project from svn repository, following error is displayed on console. 尝试从svn存储库导入项目时,控制台上显示以下错误。

* *

Couldn't open a repository
svn: Unable to connect to a repository at URL 'file:///D:/repository/trunk'
svn: Unable to open an ra_local session to URL
svn: Unable to open repository 'file:///D:/repository/trunk'
Unsupported FS format
svn: Expected FS format between '1' and '4'; found format '6'

* *

Please suggest the possible causes and fixes for this issue. 请提出此问题的可能原因和解决方法。 Thanks. 谢谢。

svn: Expected FS format between '1' and '4'; svn:预期FS格式介于'1'和'4'之间; found format '6' 找到格式“ 6”

means, in plain English "You have outdated SVN-client, which can't operate on repository of newest version of SVN" 用简单的英语意思是“您已经过时的SVN客户端,无法在最新版本的SVN的存储库上运行”

Repository was created in 1.8-format, client can operate only with <=1.6 repositories 存储库以1.8格式创建,客户端只能使用<= 1.6存储库运行

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM