添加到本地存储库SVN在Eclipse和错误:'寻址逻辑' [英] Add to local repository SVN in Eclipse and error : 'addressing logical'

查看:573
本文介绍了添加到本地存储库SVN在Eclipse和错误:'寻址逻辑'的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我创建了TortoiseSVN的存储库,当我想在eclipse中共享项目
(左键单击类 - > team - > share project->我选择SVN - > url:file ///我的repo)我有错误:


共享项目失败。



svn:E180001:Unable打开一个ra_local会话到URL



svn:E180001:无法打开存储库
'file:/// C:/ SVN / MyNewRepository'



svn:E125006:'C:\SVN\MyNewRepository\db\format'包含无效的
文件系统格式选项'寻址逻辑'


我该怎么办?请给我一些建议,因为我不能在我的repo中添加任何东西

解决方案

安装Subversion服务器并通过HTTP访问您的存储库(S)解决问题。



您收到此错误是因为TortoiseSVN和Eclipse中的Subversion版本混合在一起。 TortoiseSVN 1.9创建SVN 1.9格式的SVN存储库,使用旧版本(1.8或更早版本)的非标准Subversion客户端的Eclipse不支持直接通过 file:// 访问。


I create repository by TortoiseSVN and when I want to share project in eclipse (left click on class -> team ->share project-> I choose SVN -> url: file///my repo ) I have mistakes:

Share project was failed.

svn: E180001: Unable to open an ra_local session to URL

svn: E180001: Unable to open repository 'file:///C:/SVN/MyNewRepository'

svn: E125006: 'C:\SVN\MyNewRepository\db\format' contains invalid filesystem format option 'addressing logical'

What I should do? Please give me some advice because I can't add anything in my repo

解决方案

Install a Subversion server and access your repositories over HTTP(S) to solve the problem.

You are getting this error because there is a mix up of Subversion versions in TortoiseSVN and Eclipse. TortoiseSVN 1.9 creates SVN repository in SVN 1.9 format and Eclipse that's using non-standard Subversion client of older version (1.8 or older), does not support accessing this repository directly through file:// access.

这篇关于添加到本地存储库SVN在Eclipse和错误:'寻址逻辑'的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆