Perforce: File tampered with after resolve - edit or revert
Posted
by
fbrereto
on Server Fault
See other posts from Server Fault
or by fbrereto
Published on 2011-08-18T22:27:30Z
Indexed on
2012/09/01
9:40 UTC
Read the original article
Hit count: 4911
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?
© Server Fault or respective owner