In Perforce, how do I find files with a specific filetype + attribute?
The files stored in the P4 repository are decorated with the file type and optional attributes:
The above example is for <binary+S4>
.
How to search the depot tree for all files from <binary+S4>
?
I want to check these files and change the attributes of some of them to . <binary+S10>
+3
source to share