Domanda

I have a requirement where once a perforce branch is provided,I need to open all the files present in that branch and check for some content,is there a p4 command or python way to do this?Please provide inputs

È stato utile?

Soluzione

If you're trying to search for specified content in a certain set of files, 'p4 grep' should do the job nicely: http://www.perforce.com/perforce/doc.current/manuals/cmdref/grep.html#1040665

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top