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

谁说胖子不能爱 提交于 2019-12-05 08:26:52
fry.pan

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.

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 .

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