Move directory with keeping history

perforce

Solution

While moving folder to another destination all history still present but only for appropriate files, not for a directories. Here is a proof: http://comments.gmane.org/gmane.comp.version-control.perforce/19820

Problem

I have two different directories: ``` - path/animals/dir1 - path/cars/dir2 ``` I want to move `dir1` into `path/cars/` with keeping all history of this folder. I tried several ways: merge, copy and rename/move using P4V, but all of them lead to erasing history in moved directory. If there is a way, how can I do it?

Original source