I have unshelved a cl that contained an 'add' file called foo.txt. When i revert that changelist the foo.txt disappears from my workspace but stays on my hdd.
p4 unshelve -f -s $A -c default :: unshelving add foo.txt
p4 revert -c default //MY_WORKSPACE/... :: foo.txt is reverted
p4 opened -C MY_WORKSPACE :: shows none
When i open the workspace i still can see the foo.txt.
is there a way to delete the added file ? (Except the obvious of deleting it manually)
p4 add
followed byp4 revert
. (Withshelve
,unshelve
thrown in to complicate matters). – Biotite