问题标签 [clearcase-ucm]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
927 浏览

clearcase - ClearCase:在 Unix 中创建的视图是否在 Windows 中不可见,反之亦然?

我们有一个可从 Windows 和 Solaris 站访问的 ClearCase UCM 项目实施。
我在 Windows 和 Solaris 中的 CC 项目资源管理器中为项目的同一流创建了多个视图。

但是当我进入流的属性并从 Windows 中的 CC 项目资源管理器中查找视图时,我看不到从 Solaris 创建的视图,反之亦然。
但是从 Windows 中的 CC 项目资源管理器中,我可以看到从其他 Windows 站创建的视图。

这里发生了什么事?

0 投票
1 回答
1655 浏览

clearcase - 我可以在 ClearCase 中区分流吗?

我可以在可能驻留在两个不同项目中的两个不同流中执行文件/目录的最新版本(或者可能是最新的基线)之间的差异吗?

这两个项目基本上是同一软件的分支,我需要区分分支之间的源代码树。

0 投票
1 回答
3496 浏览

views - How to retrieve stream name by a given view name in ClearCase UCM?

I'm trying to figure out how to retrieve the stream which a given view is belong to. When I use "ClearCase Explorer" and right-click for view's properties, I get its stream name, but I can't find how to retrieve that with scripts. The stream information does not appear on view .vws files nor registry.

I know I can do some manipulation to get it from view's config-spec, but I'm still looking for the easiest way to find it our.

0 投票
2 回答
1651 浏览

hudson - Jenkins UCM ClearCase plugin fails due to rights

I am using Jenkins with the source control plugin name UCM ClearCase.
It tries to create a view and fails with the error:

Which basically means it does not have permissions to create a view. Now my questions:

  1. Any ideas on what exactly is the problem here?

  2. What ID is Jenkins using internally. Meaning I have a user ID on the DOMAIN controller where I log in to the machine and run Jenkins. If Jenkins uses that, then why this error as I can create views.

  3. If not, then what ID does it use and how do I get Jenkins to use my domain ID, or else maybe get the internal ID to be a part of the ClearCase AD group.

0 投票
1 回答
255 浏览

clearcase - ClearCase:用户角色

根据ClearCase UCM 文档,UCM 用户有以下角色:

  • 行政人员
  • 专案经理
  • 开发商
  • 发布构建器

这些只是概念性的角色,还是它们实际上是在 ClearCase 数据库中定义的,具有分配的特权并且用户可以属于它们?

0 投票
1 回答
2210 浏览

clearcase - ClearCase:交付和变基之间的区别

假设流B和流C是流A的子流,从A的同一个baseline做种子,B和C并行开发一段时间后,B需要从C的最新baseline bl_C_5获取代码,有没有以下操作之间的功能(元素合并)或非功能(性能等)区别?

  • B 从 C 的基线 bl_C_5 变基
  • C 将基线 bl_C_5 传递给 B
0 投票
2 回答
2134 浏览

clearcase - ClearCase:流维护

谁可以在 clearcase 项目中锁定/解锁/废弃流(或任何其他对象)?您是否必须是特权用户才能对不是您创建的流执行这些操作?

0 投票
1 回答
308 浏览

automation - 在 clearcase UCM 中查找今天创建的活动

我正在寻找一种方法来列出在特定日期创建的所有活动,让我们说今天在 clearcase UCM 中。我能想到的一种方法是lsactivity -fmt "%n %Ad /n"使用批处理/蚂蚁脚本解析输出以提取该日期的行。但是有没有一个漂亮的组合lsactivity+fmt+find+query可以帮助我在一个 cleartool 命令中实现这一点?

0 投票
2 回答
1386 浏览

powershell - Powershell 做 Clearcase 签入、签出、查找命令?

如何使用powershell在Clearcase UCM中进行签入/签出/查找等操作。

有什么方法可以使用自定义 cmd-let 吗?

0 投票
1 回答
609 浏览

clearcase - 如何使用 cleartool 在组件中查找修改过的文件?

我们在 UCM 中创建了一个组件。许多文件自那以后发生了变化,但很少有文件在版本 1 之后根本没有变化。

我们可以使用 createdsince 找到文件列表。但在这种情况下,我们需要指定日期。有没有办法找到自创建以来修改的文件列表。

换句话说,在版本树中查找版本大于 1 的文件列表。