Is there command in Perforce to get information which clients has mapping for particular folder from depot ?
Example:
I have depot location //depot/myfolder/somefile.java
I want to know information which clients map this location to which path:
//client1/c:/folder1/somefile.java //client2/d:/folder2/somefile.java ...
I can get this information from "p4 client" but it is for current client and not for particular folder/file.
Regards, Victor