It's all about the answers!

Ask a question

SCM: What is the difference between and Active and Current Change Set


Leigh Light (33269) | asked Jul 10 '13, 10:41 a.m.
retagged Aug 14 '13, 12:56 p.m. by Te-Hsin Shih (2854)
 We are learning how to use Jazz SCM.  Could someone explain what the terms "Current" and "Active" applied to a change set mean when using SCM?

Thanks.

Accepted answer


permanent link
Dinesh Kumar B (4.1k413) | answered Jul 10 '13, 10:53 a.m.
JAZZ DEVELOPER
clm help describes them, here are quick links for your reference
http://pic.dhe.ibm.com/infocenter/clmhelp/v4r0m2/index.jsp?topic=%2Fcom.ibm.team.scm.doc%2Ftopics%2Ft_marking_change_set_current.html

here is an extract:
Any change set that has not been completed can be modified by operations such as check in, move, undo, and remove; and is said to be an active change set. Active change sets cannot be shared with other repository workspaces because they are not stable. In any workspace, there can many active change sets for a component, but only one can be the current change set.
from http://pic.dhe.ibm.com/infocenter/clmhelp/v4r0m2/topic/com.ibm.team.scm.doc/topics/c_csets.html
specifically, the Change set life cycle would be interesting to you

hope this helps

David Lafreniere selected this answer as the correct answer

Comments
Bo Chulindra commented Jul 10 '13, 12:16 p.m.
JAZZ DEVELOPER

The "current change set" is marked in the Pending Changes view with a smaller blue triangle:



When changes to a file are checked in, they are checked in to the current change set.


1
Geoffrey Clemm commented Jul 10 '13, 6:06 p.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

Note that when you check in changes to a file that has previously been checked in to a change set that has not yet been completed, the check in will be against that non-completed change set, not to the current change set.

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.