Satish Chandra
Satish Chandra

Reputation: 13

How to open files in different ChangeList(s) into default change list?

Let's say I have few files under CL: 123 and few files under CL:456 . How do I open all the files together in one changelist or into a default changelist so that I can submit them together ?

Upvotes: 1

Views: 856

Answers (1)

tkosinski
tkosinski

Reputation: 1696

In the P4 client:

p4 reopen -c <changelist#> //path/to/file

...will put it in your default changelist

In P4V, select all of the files you want to move to another changelist. You can either drag-n-drop them to the preferred changelist, or right-click and choose Move to Another Changelist...

Upvotes: 1

Related Questions