Search code examples
version-controlperforcep4v

How can I automatically mark all opened files for delete when they are manually deleted from workspace


Following scenario:

first I open all project files for edit with

p4 edit ...

then several files are manually deleted from a Perforce workspace directory (not with p4 delete command).

How do I mark all the deleted files as deleted in a changelist?

If to compare with Git I'm looking for a command like:

git add --all *

Question concerns p4 or/and p4v, I know that p4eclipse has this feature.


Solution

  • Run:

    p4 reconcile
    

    In P4V the equivalent is "Reconcile Offline Work..."