perforceブランチが提供されたら、そのブランチに存在するすべてのファイルを開いてコンテンツを確認する必要があるという要件があります.p4コマンドまたはpythonでこれを行う方法はありますか?入力を提供してください
質問する
49 次
1 に答える
2
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
于 2012-12-24T15:55:01.653 に答える