scm适配器和CCRC eclipse插件有什么区别?

发布于 2024-08-01 22:33:45 字数 101 浏览 2 评论 0原文

Eclipse SCM 适配器 - 生成另一个窗口以便执行操作而不是在 IDE 内? CCRC - 与 eclipse 集成,例如可以在 IDE 中看到标签装饰器。 它仅支持特定版本。

Eclipse SCM adapter - spawns another window in order to do operations and not within the IDE?
CCRC - integrated with eclipse, e.g. label decorator can be seen in IDE. It only supports to a specific version.

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

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

发布评论

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

评论(1

岁月打碎记忆 2024-08-08 22:33:45

区别在于所涉及的视图类型(访问和可视化机制)以及用户桌面上是否安装了 ClearCase 客户端:

  • SCM 适配器允许您使用快照和动态视图,并在视图服务器之间进行直接通信(意味着:完整的 ClearCase 客户端安装)和 VOB 服务器(及其数据)
  • CCRC 用于 web 视图,即快照视图,视图存储存储在 CCRC 服务器上,该服务器将处理与 VOB 的所有通信服务器。 您可以通过请求与 Web 视图服务器(CCRC 服务器)进行通信,而无需安装完整的 ClearCase 客户端:它是一个基于 WAN 的解决方案。

SCM 适配器和 CCRC 之间的功能差异为 在那里列出此处

再次强调:

  • SCM 适配器是一个 Eclipse 插件,允许您在不离开 Eclipse 的情况下利用 CC 客户端。
  • CCRC是一个基于eclipse的RCP(富客户端平台),取代CC客户端并与CCRC Web视图服务器通信。

The difference is the type of view (access and visualization mechanism) involved and the presence or absence of ClearCase client installed on the user desktop:

  • SCM adapter allows you to used snapshot and dynamic views, with a direct communication between your view server (meaning: full ClearCase client installation) and the VOB server (and its data)
  • CCRC is for web view, that is snapshot views with a view storage stored on the CCRC server, server which will handle all communication with the VOB server. You communicate with the web view server (the CCRC server) through requests, without having a full ClearCase client installed: it is a WAN-based solution.

The differences in term of features between SCM adapter and CCRC are listed there and here.

Again:

  • The SCM adapater is an eclipse plugin allowing you to exploit the CC client without leaving eclipse.
  • the CCRC is a RCP (Rich Client Platform) based on eclipse, replacing a CC client and communicating with a CCRC web view server.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文