[p4] Finding all open files on any client?

Michael Delaney mdelaney at upromise.com
Thu Jul 9 06:29:23 PDT 2009


You can do 'p4 opened -a' to the project in question then grep for your 
name. An example would be 'p4 opened -a <P4_LOCATION> | grep <P4_USERNAME>'

Roy Smith wrote:
> I want to get a list of all files opened on all clients anywhere under  
> a given depot path.  The only way I can see to do that would be to get  
> a list of all clients, then iterate over the list, doing "p4 opened"  
> on each client.  Is there a better way?
>
> -------------------
> Roy Smith <smith_roy at emc.com>
> Software Guy, EMC
> 1133 Westchester Ave, 3rd floor
> White Plains, NY 10604
> +1 914 461 3597
> AIM: roysmith649
>
> _______________________________________________
> perforce-user mailing list  -  perforce-user at perforce.com
> http://maillist.perforce.com/mailman/listinfo/perforce-user
>   



More information about the perforce-user mailing list