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

早过忘川 提交于 2019-12-10 05:10:10

问题


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.

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.


回答1:


I think that the answer to your question has been asked here on stack overflow It 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.




回答2:


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 format file contain FS format version number:

x:\repos\db\format

6
layout sharded 1000

Replace 6 with 5 .



来源:https://stackoverflow.com/questions/17278061/svn-e180001-unable-to-open-an-ra-local-session-to-url

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!