Clearcase 和 hudson - Unix 主站和 Windows 从站
我在一家非常大的公司工作,该公司盲目追随UCM。 Clercase 由 UCM 团队管理。一切都按照规则书进行。 UNIX 环境中的 Clearcase 客户端很少见,我们在 UNIX 机器上安装 Clearcase 客户端时遇到了很多问题。但最终我们到达了那里。我使用unix作为我的master。我的主人有几个项目,并且为 UCM 插件视图创建参数定义了 ucm 流,如下所示。
some_dev_shared_stream@/astream
加载规则如下
vobs/myvob/component/
视图被创建并在unix上正常工作,今天早上设法设置了一个从站,并且该从站是一个windows盒子。
在从机上构建时,我收到 UCM 插件错误无法将视图附加到流。
我取出 make view 命令,并将 some_dev_shared_stream@/astream 中的“/”更改为“\”,然后从 Windows cmd 模式运行该命令,并创建了视图。
我的开发工作站在 windows box 上 - 视图前面没有 vobs,所以我确信这也会成为一个问题。
有人遇到过以上情况吗?
I work for a very large company which blindly follows UCM. Clercase is managed by UCM team.Everything happens by rule book. Clearcase clients on unix environment is rarity and we had lot of problems getting clearcase client installed on a unix box. But finally we got there. I use the unix as my master. My master has a few projects and the ucm stream is defined for the UCM plugin view creation parameters as follows.
some_dev_shared_stream@/astream
load rules as following
vobs/myvob/component/
view gets created and works fine on unix, managed to setup a slave this morning and the slave is a windows box.
On build on the slave I get a UCM plugin error could not attach the view to the stream.
I took the make view command out, and changed the "/" in some_dev_shared_stream@/astream to "\" and ran the command from windows cmd mode and view was created.
My development workstation on windows box - the views do not have vobs in front of them, so I am kind of sure that also is going to be a problem.
has anybody come across the above?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
基本上,加载规则(对于快照视图)以 Vob 标记 开头:
在 Unix 上:
/vobs/aVobTag
在 Windows 上:
/aVobTag
(在\aVobTag
上:无关紧要)您的 Windows UCM 视图是否遵循这种加载规则?
Basically, load rules (for snapshot views) start with a Vob tag:
On Unix:
/vobs/aVobTag
on Windows:
/aVobTag
(on\aVobTag
: doesn't matter)Does your Windows UCM view follows that kind of load rule?