Perforce auto resolve from the command line?

前端 未结 3 1430
一生所求
一生所求 2021-02-19 20:41

P4V has been crapping out on me when attempting to resolve a large number of files as part of an integration. I want to be able to do this in the command line.

Here\'s

3条回答
  •  春和景丽
    2021-02-19 21:15

    You can use p4 resolve -am [file ...] which will skip the files with conflicts.

    If you specify a file, you will work on that file only. If you specify ..., you will work on files below your working directory. If you do not specify a file, it will work on all of the files in your workspace.

提交回复
热议问题