首页 > Web开发 > 详细

svn: E180001: Unable to open an ra_local session to URL问题解决方案

时间:2016-01-26 16:34:07      阅读:564      评论:0      收藏:0      [点我收藏+]

在使用Android Studio的SVN导入项目时,出现了:

svn: E180001: Unable to open an ra_local session to URL
svn: E180001: Unable to open repository ‘file:///D:/PCsync/Projects/MobileSafe/trunk‘

svn: E160043: Expected FS format between ‘1‘ and ‘5‘; found format ‘6‘.

 

在stackoverflow上找到了答案

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

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:

Replace 6 with 5 .

svn: E180001: Unable to open an ra_local session to URL问题解决方案

原文:http://www.cnblogs.com/liyiran/p/5160786.html

(1)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!