I have deleted a directory in a 3rd-party Perforce client. It should have used p4 delete, but I cannot be sure. It was not submitted.
Now:
- I don't see the deleted directory in p4v.
p4 revertfails:p4 revert //depot/path/deleted-directory/... //depot/path/deleted-directory/... - file(s) not opened on this client.I cannot force-sync
deleted-directoryto revert the deletion:p4 sync -f //depot/path/deleted-directory //depot/path/deleted-directory no such file(s). p4 sync -f //depot/path/deleted-directory/... //depot/path/deleted-directory/file1.txt#2 - deleted as /Users/me/depot/path/deleted-directory/file1.txtI cannot reconcile them:
p4 reconcile //depot/path/deleted-directory/... //depot/path/deleted-directory/... - no file(s) to reconcile.p4 openeddoesn't see them:p4 opened File(s) not opened on this client.
How do I get this deleted directory into a changelist or at least revert it?
I tried all suggestions from "I've deleted all the files in my directory. How can I get them back?" except for checking out a new workspace, which I will eventually do.