J.P. Armstrong
J.P. Armstrong

Reputation: 836

Accidentally "marked for delete" files in Perforce. How can I reverse that?

Using p4v I've unintentionally "marked for delete" several files in my local repo. How can I unmark these items. These items may have new changes and I do not want to override them.

Upvotes: 14

Views: 18901

Answers (2)

Vivek
Vivek

Reputation: 61

Just right click in perticular folder or files in P4V and click on Revert. It solved my problem.

Upvotes: 1

dwikle
dwikle

Reputation: 6978

In the pending changelist in the pv4 gui, you should see the files listed as marked for delete.

Select those files you do not want to delete, and revert them.

Upvotes: 20

Related Questions