I have an unhelved cl containing a file called 'add' called foo.txt. When I return this change list, foo.txt disappears from my workspace but remains on my hdd.
p4 unshelve -f -s $A -c default :: unshelving add foo.txt p4 revert -c default
When I open the workspace, I still see foo.txt.
Is there any way to delete the added file? (Except for the obvious manual removal)
source share