SCM: What is the difference between and Active and Current Change Set
Accepted answer
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:
specifically, the Change set life cycle would be interesting to you
hope this helps
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
Comments
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.
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.
1 vote