ClearCase 和 Eclipse:如何隐藏/忽略文件?

发布于 2024-07-27 15:22:45 字数 342 浏览 6 评论 0原文

我正在使用 Eclipse 和 ClearCase,我们面临的问题是 ClearCase 中没有“忽略”功能,并且我们定期签入不应该签入的文件。

在 Eclipse 中,我已经发现Window -> 中的“忽略资源”配置 首选项-> 团队已经能够通过这种方式忽略遵循特定模式的文件。

但是,如果我想

  1. 保留文件夹及其所有内容不被签入(例如包含类等的目标文件夹)或
  2. 保留无法与“忽略”中的模式匹配的单个特定文件, 我该怎么办资源”被签入?

更新:我们正在使用提供的 Eclipse 插件。

I'm working with Eclipse and ClearCase and we're facing the problem that there's no "ignore"-feature in ClearCase and we're having regularly checked-in files that shouldn't have been checked in.

In Eclipse, I already found the "Ignored Resources" configuration in Window -> Preferences -> Team and have been able to ignore files that follow a specific pattern that way.

But what do I do if I want to

  1. keep a folder and all its contents from being checked in (such as a target-folder containing classes and such) or
  2. keep a single specific file that can't be matched by a pattern in "Ignored Resources" from being checked in?

Update: We're using the provided Eclipse-plugin.

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

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

发布评论

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

评论(3

就像说晚安 2024-08-03 15:22:45

在 eclipse 本身中,当前的 ClearCase 插件无法指定要忽略的文件,并且它们将始终以本机 ls -private 命令显示为私有文件。

只有专用 GUI(例如 CCRC——ClearCase 远程客户端——用作基于 eclipse 的富客户端平台)才能访问 指定忽略文件

Within eclipse itself, the current ClearCase plugin cannot specify files to ignores, and they will always show up with a native ls -private command as private files.

Only a dedicated GUI (like CCRC -- ClearCase Remote Client -- used as Rich Client Platform based on eclipse) has a way to specify ignore files.

笔芯 2024-08-03 15:22:45

我想说看看在配置规范中创建一个条目以排除目标文件/文件夹。

I'd say look at creating an entry in your configspec to exclude the target file/folder.

心凉怎暖 2024-08-03 15:22:45

(我假设您正在使用 Eclipse 插件)

当您创建新文件或文件夹时,它会询问您是否要将元素添加到源代码管理中。 如果您只是在弹出窗口上单击取消,那么它将被忽略,直到您专门添加它。 因此,ClearCase 实际上会在您创建文件后立即询问您这是否是一个被忽略的文件。 如果文件正在签入,请责怪签入文件的人,而不是 ClearCase。

(I'm assuming you are using the Eclipse plugin)

When you create a new file or folder, it asks you whether or not you want to add the element(s) to source control. If you simply click cancel on the popup, then it will be ignored until you specifically add it. So, ClearCase, in effect, asks you whether or not this is an ignored file as soon as you create it. If the files are being checked in, blame the people who checked it in, not ClearCase.

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