无法将本地存储库添加到 Eclipse
我使用 TortoiseSVN 创建了一个本地存储库 C:\SVN(右键单击 SVN > TortoiseSVN > 在此处创建存储库)。
我在 Eclipse IDE 中安装了 subeclipse 1.0.7。
从SVN存储库探索的角度...新>存储库位置,我尝试将位置 file:///C:/SVN 添加到 URL 字段,但出现以下错误:
svn: Unable to open an ra_local session to URL svn:无法打开存储库“file:///C:/SVN” svn:预期的 FS 格式“2”;找到格式“4”
非常感谢任何帮助。
提前致谢, 尼基尔
I created a local repository C:\SVN using TortoiseSVN (Right click on SVN > TortoiseSVN > Create Repository here).
I installed subeclipse 1.0.7 in my Eclipse IDE.
From the SVN Repository Exploring perspective... New > Repository Location, I am trying to add the location file:///C:/SVN to the URL field but I get the following error:
svn: Unable to open an ra_local session to URL
svn: Unable to open repository 'file:///C:/SVN'
svn: Expected FS format '2'; found format '4'
Any help is greatly appreciated.
Thanks in advance,
Nikhil
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
尝试将您的 Subclipse 更新到较新的版本,它应该可以解决问题。
Try updating your Subclipse to newer version, it should clear the problem.
您没有向 Eclipse 添加存储库,而是添加工作副本。您应该将本地存储库检出到另一个文件夹并将其添加到 Eclipse。
You do not add a repository to Eclipse, but a working copy. You should check out your local repository to a different folder and add that to Eclipse.