3

While check-in ClearCase file, I selected the wrong activity.

How to move changes to correct activity?

VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250
Yashwanth
  • 163
  • 1
  • 9

1 Answers1

3

You can select the properties of your version (for example through the version tree), open the activity properties, and in its "Change Set" tab, select the version of your checked-in file: a right-click on that line allows you to select "Move to" (and you chose another activity).

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

See more at:

In command line, if you have the name of the activity:

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".
VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250