Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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.

like image 765
Master Mind Avatar asked Oct 22 '22 07:10

Master Mind


1 Answers

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.

like image 150
fry.pan Avatar answered Oct 24 '22 03:10

fry.pan