【问题标题】:svn: E180001: Unable to open an ra_local session to URLsvn: E180001: 无法打开到 URL 的 ra_local 会话
【发布时间】:2013-06-24 14:33:06
【问题描述】:

我已经安装了 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'.

任何人都可以帮助我。

【问题讨论】:

    标签: eclipse eclipse-plugin tortoisesvn subversive


    【解决方案1】:

    我认为您的问题的答案已经被问到here on stack overflow 最好确保您的客户端与服务器处于相同的修订版。看起来您的客户端对于该服务器来说太旧了。确保 subclipse 插件版本也是 1.8。

    【讨论】:

      【解决方案2】:

      此错误表示 SVN 服务器(TortoiseSVN)和 SVN 客户端(Eclipse SVN 插件)之间的 FS 格式不相等。要解决此问题,请转到存储库路径并更改格式版本号。
      格式文件包含FS格式版本号:

      x:\repos\db\format
      
      6
      layout sharded 1000
      

      将 6 替换为 5 。

      【讨论】:

        猜你喜欢
        • 1970-01-01
        • 2010-10-17
        • 2013-10-03
        • 1970-01-01
        • 2011-01-06
        • 1970-01-01
        • 2016-08-12
        • 2011-10-20
        • 2014-07-26
        相关资源
        最近更新 更多