eclipse 的颠覆问题
我最近通过安装插件 subclipse 来配置 eclipse 进行 subversion。现在的问题是,当我尝试从 svn 导入文件夹时,出现此错误:
文件夹“远程不存在
我提供的 url 格式为“svn:// ...”,并且与 netbeans 配合良好。事实上,到目前为止我一直在使用 netbeans,就 svn 而言,一切都很好。另一件事如果我尝试从 subclipse 安装期间从网站获得的测试 URL 导入,那么 Eclipse 可以正常工作,因此 Eclipse 可以从 http://subclipse.tigris.org/svn/subclipse 但对我的网址抛出上述错误(否则 Netbeans 没问题)。如果有任何问题,我正在使用 ubuntu 11.04
。
I have recently configured eclipse for subversion by installing the plug-in subclipse. Now the problem is that when I try to import folders from svn I get this error:
Folder " does not exist remotely
The url that I provide is of the form "svn:// ... " and works fine with netbeans. Infact I was using netbeans until now and things were fine as far as svn was concerned. Another thing is that eclipse works fine if I try to import from a test url that I got from a website during subclipse installation. So eclipse can import projects from http://subclipse.tigris.org/svn/subclipse but throws the above error for my url(which is otherwise ok with netbeans). I am using ubuntu 11.04 if that is of any concern.
Thanks for any help,
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
我也有同样的问题。但现在它运行良好。
解决方案
窗口 -> 首选项 -> 团队 -> SVN
然后选择“SVN Interface”作为“JavaHL”。
单击“应用”,然后单击“确定”。
就是这样...
I had also the same problem. But now it is working fine.
Solution
Window->Preferences->Team->SVN
Then select 'SVN Interface' as 'JavaHL'.
Click 'Apply' and then 'OK'.
Thats it...
如果有人遇到此问题,请检查代理连接选项。将其设置为手动。
In case anyone has this problem, check the option by proxy connectivity. Set it to manual.
如果您使用的是 IBM RAD,请选择
Window->Preferences->Team->SVN
然后选择“SVN Interface”作为“SVNKit(Pure Java)svnkIT”。单击“应用”,然后单击“确定”。
If you are using the IBM RAD then please select
Window->Preferences->Team->SVN
Then select 'SVN Interface' as 'SVNKit(Pure Java)svnkIT'. Click 'Apply' and then 'OK'.
您是否将项目导入到 Netbeans 和 Eclipse 下的同一目录中?如果是这样,这可能是问题所在,请尝试使用其他位置。
Have you imported your project into the same directory under Netbeans and Eclipse? If so that might be the problem, try to use a different location.