Eclipse“添加 CVS 存储库”挂在已知良好的设置上

发布于 2024-11-09 16:06:36 字数 1030 浏览 0 评论 0原文

我有一个已知正常的 CVS 服务器(可以在其他机器上工作)。 我正在尝试设置 Eclipse 以从 Ubuntu 盒子进行连接。

以下命令行命令成功:

cvs  -d ':extssh:myuser@myhost/path/to/repository' checkout myrepository

然而,当我使用 extssh 和 pserver 协议执行 Eclipse“添加 CVS 存储库”时,它会挂起。使用端口 22 的 extssh。

(没有错误消息,它只是挂起。无论“完成时验证连接”打开还是关闭。) 我确认所有设置都正常。 22 端口未被阻止。 我仔细检查了“常规>网络连接”和“团队>CVS”下的首选项 我认为这也不是 keyless ssh 的问题。

这是在 Ubuntu 机器上,但这些完全相同的 Eclipse CVS 客户端设置在 Mac 机器上成功。 (Ubuntu盒子使用9.10,Eclipse安装为EasyEclipse 1.3.1,以用户身份安装,而不是root。
插件 org.eclipse.team.* 版本为:
<代码>(Ubuntu)
org.eclipse.team.cvs.ssh,.ssh2 3.2.100
org.eclipse.team.ui,.core,.cvs.core,.cvs.ui 3.3.r33x_2007...
(苹果机)
org.eclipse.team.cvs.ssh2 3.2.300
org.eclipse.team.ui,.cvs.core,.cvs.ui 3.5.100.l20100527-0800

(EasyEclipse 阻止我升级 Ubuntu 插件,它坚持使用这些 4 年前的插件是最新的。也许是反对使用 EasyEclipse 的一个论据。)

如何排除故障?如何跟踪 Eclipse 内部实际发生的情况? (如“cvs -t -t”给出的那样) (作为侧边栏,Eclipse 实际上应该打印正确的错误消息。 我已经检查了我可以通过 Google 找到的所有应用说明和用户指南。)

I have a CVS server which is known to be ok (works from other machines).
I am trying to set up Eclipse to connect from an Ubuntu box.

The following command-line command succeeds:

cvs  -d ':extssh:myuser@myhost/path/to/repository' checkout myrepository

Yet when I do Eclipse 'Add CVS Repository' it hangs on this, using both extssh and pserver protocols. extssh using port 22.

(There's no error message, it just hangs. Regardless whether 'Validate connection on finish' is on or off.)
I verified that all of the settings are ok. Port 22 is not blocked.
I double-checked Preferences under 'General>Network Connections' and 'Team>CVS'
I do not think it is an issue with keyless ssh either.

This is on an Ubuntu box, but these exact same Eclipse CVS client settings succeed from a Mac box.
(The Ubuntu box uses 9.10, and Eclipse is installed as EasyEclipse 1.3.1, installed as user, not root.
Plugin org.eclipse.team.* versions are:
(Ubuntu)
org.eclipse.team.cvs.ssh,.ssh2 3.2.100
org.eclipse.team.ui,.core,.cvs.core,.cvs.ui 3.3.r33x_2007...
(Mac)
org.eclipse.team.cvs.ssh2 3.2.300
org.eclipse.team.ui,.cvs.core,.cvs.ui 3.5.100.l20100527-0800

(EasyEclipse prevents me from upgrading the Ubuntu plugins, it insists these 4-year-old ones are the latest. Maybe an argument against using EasyEclipse.)

How to troubleshoot? How to trace what is actually happening inside Eclipse?
(as 'cvs -t -t' would give)
(As a sidebar, Eclipse should actually be printing a proper error message.
I've checked every appnote and userguide I can find with Google.)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

或十年 2024-11-16 16:06:36

一致认为 EasyEclipse 阻止用户升级(4 年前的)Ubuntu 插件,并坚持认为 3.3.x 是最新的可用版本,这导致了此挂起。

自 2011 年 5 月起,除非有新的维护者介入,否则 EasyEclipse 已退役。

Consensus was that EasyEclipse prevents user from upgrading the (4-year-old) Ubuntu plugins, insists that 3.3.x are the latest available, which cause this hang.

As of 5/2011, EasyEclipse is retired unless a new maintainer steps up.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文