Eclipse + Subclipse:SVN无法打开本地存储库(Eclipse + Subclipse: SVN can't open local repository)

编程入门 行业动态 更新时间:2024-10-26 03:24:17
Eclipse + Subclipse:SVN无法打开本地存储库(Eclipse + Subclipse: SVN can't open local repository)

我已经创建了我的eclipse项目的初始导入到本地文件,如下所示:

$svn import /home/miso/workspace/DatabaseManager/ file:///home/miso/svn/dbman -m 'Initial import'

现在我想将这个SVN存储库添加到我的Eclipse项目中(在Eclipse本身内部)。 当我尝试通过SVN Reposistory Perspective添加新的存储库(它可能带有Subclipse插件)并导航到file:///home/miso/svn/dbman然后我只得到这个结果:

我错了什么? 谢谢

I have created initial import of my eclipse project to local file like this:

$svn import /home/miso/workspace/DatabaseManager/ file:///home/miso/svn/dbman -m 'Initial import'

Now I'd like to add this SVN repository to my Eclipse project (inside Eclipse itself). When I try to add new repository via SVN Reposistory Perspective (it came probably with Subclipse plugin) and navigate to file:///home/miso/svn/dbman then I get only this result:

What did I wrong? Thanks

最满意答案

当您使用与创建存储库的Subversion版本不兼容的Subclipse版本时,会发生此错误。

这个链接应该更多地阐明它,基本上只是确保您的Subclipse版本可以与您创建存储库的任何版本的SVN接口。

编辑我刚刚对Subclipse进行了快速阅读,我的理解是任何1.x版本的Subclipse都应该适用于任何1.x版本的Subversion。 但是,对于1.6版本的Subversion,您将需要1.6版本的Subclipse。

资料来源: http //subclipse.tigris.org/servlets/ProjectProcess; jsessionid = AE2D434B8F5AC0C0D416B27808DD90BD?pageID = p4wYuA

This error happens when you use a version of Subclipse that is not compatible with the version of Subversion that created the repository.

This link should shed more light on it, basically just make sure your version of Subclipse can interface with whatever version of SVN you created the repository with.

EDIT I just did a quick read on Subclipse, my understanding is that any 1.x version of Subclipse should work with any 1.x version of Subversion. However, for 1.6 versions of Subversion you will need the 1.6 version of Subclipse.

Source: http://subclipse.tigris.org/servlets/ProjectProcess;jsessionid=AE2D434B8F5AC0C0D416B27808DD90BD?pageID=p4wYuA

更多推荐

本文发布于:2023-08-04 14:47:00,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1417825.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:无法打开   SVN   Subclipse   Eclipse   local

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!