Why a file can appear in more than one version control changelists simultaneously?
Answered
As the question, I modify a file and it appear in current active changelist
,then I create a new changelist without selecting "set active" and "trace context".
,then I move the file from current active changelist to the new changelist that last step I created.
then I continue to modify the file,and the question happened,why this file can appear in two changelist with different changes? I just want to group files but not group the changes in this file。
if I commit one of the changelist, it seem to be I will lost changes in another changelist?
Please sign in to leave a comment.
From what I know, if your VCS supports distributing changes amongst multiples changelists, changes are always allocated to the active changelist.
If you want the edits to be in a different changelist, then set that changelist to active, or manually move the changes to that changelist.