Sorry i just updated my question.
Actually I'm working with 2 sites.
I have admin rights to the perforce server. We are trying to design something that can integrate into a branch forcefully. so we would like to make sure the destination branch does not have any opened files, by anyone, from any workspace, from any sites.
Is there a way for me to achieve that?
something like this?
p4 revert <some option> //depot/destination/branch/...
Thanks in advance.