In my Perforce workspace was one file squirtle.txt
. In Windows Explorer, I renamed it to blastoise.txt
and made some changes to it in Notepad . In P4V I ran reconcile offline work, now in my changelist I have file squirtle.txt
marked as 'deleted' and blastoise.txt
marked as 'add'.
I've heard it's best to inform Perforce that blastoise.txt
evolved from squirtle.txt
, so that if blastoise is inspected, squirtles history will be listed beneath. How do I inform Perforce about the move?
That was an example. In my actual case I've moved tens of files, both renaming them and moving folder.
Edit: I'm told that I should never had dared rename files in Windows Explorer but instead done so with a special Perforce command p4 move
. Never mind what I should have done, what do I now with my situation as it stands?
Is there a p4 moved squirtle.txt blastoise.txt
?