eclipse svn: E180001: 无法打开到 URL 的 ra_local 会话
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/17278061/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
svn: E180001: Unable to open an ra_local session to URL
提问by Master Mind
I have installed TortoiseSVN 1.8.0 (OS: Windows 7). I have created repository using TortoiseSVN in External Harddisk. Also i have added SVN plugin in Eclipse Juno. When i try to share my project via svn plugin to repository, it shows following message.
我已经安装了 TortoiseSVN 1.8.0(操作系统:Windows 7)。我在外部硬盘中使用 TortoiseSVN 创建了存储库。我还在 Eclipse Juno 中添加了 SVN 插件。当我尝试通过 svn 插件将我的项目共享到存储库时,它显示以下消息。
Share project was failed.
svn: E180001: Unable to open an ra_local session to URL
svn: E180001: Unable to open repository 'file:///H:/Repository/MobileApplications/Android/Application/Source'
svn: E160043: Expected FS format between '1' and '5'; found format '6'.
Anyone can help me.
任何人都可以帮助我。
回答by fry.pan
I think that the answer to your question has been asked here on stack overflowIt is best to make sure that your client is at the same revision as the server. It looks like your client is too old for that server. Make sure that the subclipse plugin version is is also 1.8.
我认为您的问题的答案已在堆栈溢出中提出 最好确保您的客户端与服务器处于同一修订版。看起来您的客户端对于该服务器来说太旧了。确保 subclipse 插件版本也是 1.8。
回答by M-Razavi
This Error said that FS format between SVN server(TortoiseSVN) and SVN client (Eclipse SVN plugin) is not equal. To fix this problem, go to repository path and change format version number.
The formatfile contain FS format version number:
此错误表示 SVN 服务器(TortoiseSVN)和 SVN 客户端(Eclipse SVN 插件)之间的 FS 格式不相等。要解决此问题,请转到存储库路径并更改格式版本号。
该格式文件包含文件系统格式的版本号:
x:\repos\db\format
6
layout sharded 1000
Replace 6 with 5 .
用 5 替换 6。