Ryszard Dżegan
Ryszard Dżegan

Reputation: 25444

Perforce: How to list overriden files that were not checked out?

There are cases when I override a file manually or automatically but didn't check out it in advance so that in p4v I see it as blue icon without red bird. Such file is not shown in pending list and I need to seek it in workspace tree.

How to filter out overriden but not checked out files in p4v?

Upvotes: 6

Views: 1678

Answers (1)

raven
raven

Reputation: 18145

In the folder tree, select the folder that contains the files you modified outside of Perforce, then click Actions->Reconcile Offline Work... a dialog will appear that includes a list labeled "Modified files". This is the list of files that were modified, but not checked out. You will then have the option to check them out by selecting them and clicking the Reconcile button.

enter image description here

Upvotes: 6

Related Questions