Perforce: Deleting Multiple Workspaces Through Command LIne -


is there command line option, in perforce, delete multiple workspaces @ once?

i have many workspaces not in use anymore. run command can delete workspaces - workspace name can input string txt file. possible?

being new p4, have tried (and failed) far is: p4 -x client -d -f c.txt "c.txt" text file contains list of workspaces deleted.

thanks.

the -x flag says read perforce commands file line line. in case you're asking read commands file named "client".

i think intended change c.txt list of clients deleted bunch of lines saying:

client -d -f client1 client -d -f client2 ... 

that allow use command p4 -x c.txt


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -