clearcase - 选择了错误的事件来检查 clearcase 文件?如何将更改移动到正确的事件?

标签 clearcase listactivity clearcase-ucm

在 checkin ClearCase 文件时,我选择了错误的事件。

如何将更改移动到正确的事件?

最佳答案

您可以选择版本的属性(例如通过版本树),打开事件属性,然后在其“更改集”选项卡中,选择 checkin 文件的版本:右键单击该版本行允许您选择“移动到”(并且您选择了另一个事件)。

http://www-01.ibm.com/support/docview.wss?uid=swg21124923&aid=2

查看更多:

在命令行中,如果您有事件的名称:

Change directory (cd) to the view that is associated with the stream which contains the change set and activity to be moved.

M:\test_proj1>cleartool lsact -long new
activity "new"
13-Jul-01.13:10:47 by username.cc_users@username_ntw
owner: username
group: CC_USERS
stream: test_proj1.9907@\test_pvob
title: new
change set versions:
M:\test_proj1\test_comp\dir1\mytext.txt@@\main\test_proj1.9907\1
M:\test_proj1\test_comp\dir1\hello.txt@@\main\test_proj1.9907\1

M:\test_proj1>cleartool chact -fcset new -tcset MOVED M:\test_proj1\test_comp\dir1\mytext.txt@@\main\test_proj1.9907\1
Moved version "M:\test_proj1\test_comp\dir1\mytext.txt@@\main\test_proj1.9907\1"
from activity "new" to activity "MOVED".

关于clearcase - 选择了错误的事件来检查 clearcase 文件?如何将更改移动到正确的事件?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36496775/

相关文章:

clearcase - vob 存储主机路径名和全局路径名之间的区别是什么

android - 如何将新列表 Activity 设置为选项卡 View 内的 View

version-control - Clearcase Albd 服务不可用

java - Maven 和 Clear Case

clearcase - Cleartool - 查找卸载/删除的文件

tfs - 源代码管理 - Rational clear case 与 Microsoft Team foundation 服务器

Android:您的内容必须有一个 id 属性为 android.R.id.list 的 ListView

android - 当我的 HomepageActivty 扩展了 ActionBarActivity 时,我在使用 List Activity 时遇到了问题

windows - 如何通过给定的 clearcase 流(windows)获取 pvob 名称?

clearcase - 如何查找变更集中(Clearcase UCM)中未交付的文件列表?