Perforce: File tampered with after resolve - edit or revert
- by fbrereto
I'm doing an integration in Perforce and am being met with the following:
p4 integrate -1 -d -i -t -r -b my_branchspec
//Foo/file.txt#6 - integrate from //Bar/file.txt#6
p4 resolve -am
/Foo/file.txt - merging //Bar/file.txt#6
/Foo/file.txt tampered with before resolve - edit or revert.
It seems no matter what I do, I am unable to make this issue go away: the next forward integration will show a similar message.
The file is a text file. I can confirm that the MD5 hash for both files before the integration takes place is the same. What other issues might be going on with this file that I can resolve to fix this nagging message?