I opened a bunch of files using p4 edit
in my workspace and after making some changes on each of them, I decided to put them up for review so I staged them using p4 change
and I got a number to mark the changelist. Once I did that I am not able to see the actual changes made in the workspace. The files have gone to a version prior to my p4 edit
.
How do I revert my workspace to a changes pointing to a change-list?
p4 undo -c 403767
p4 undo @403767
p4 switch @403767
p4 revert -c 403767
None of the above seems to work. Also when I do a p4 opened -u <author-name>
I have a string that says integrate change 403767 (text)
for all the files listed.