Reputation: 2238
I have accidentally deleted files from my local work space of perforce and now they are showing as "mark for delete" in P4V. I have tried below steps but still the mark is not going
Can someone please guide me on the same.
Upvotes: 0
Views: 1281
Reputation: 71454
"Revert Files" is the correct command to run any time you want to discard changes to an open file. In the case of a file that's opened for delete, "revert" will restore the revision you had synced from the depot prior to opening the file for delete.
If "revert" is not working, look in the log pane for an error message.
Upvotes: 2