I wanted to change the path of mapping in perforce client
For ex:
//depot/a/... /home/user/xyz/...
to
//depot/a/... /home/user/p4/xyz/...
After changing the path using p4 client, I have deleted folder xyz using rm -rf.
Then ran p4 sync but I think some files are not getting synced to new path p4/xyz/.
Try using the force (-f) flag. See documentation.
There should also be a checkbox in the GUI, if you’re using the visual client.