I was asked to change the extension of a file to another like:
file.a --> file.b
The thing I did (wrong) was something like :
cp file.a file.b
p4 add file.b
p4 delete file.a
And then submitted to my branch. The thing is my team want to keep the history of file.a on file.b. I didn't know about p4 move until now, so I screwed up.
If I rollback my changes and do a p4 move file.a file.b, there will still on its history the 'deletion issue' when I integrate to the main branch right?
Is there a way to recover the first file.a from the main branch and replace file.b with it? (and then do the p4 move)
Thanks a lot guys.
PS: I'm new using p4