2

重命名仓库中的文件而不发生任何冲突的过程是什么?

在 p4 或命令行中有什么方法吗?

4

1 回答 1

7

是的,但是该方法取决于您正在运行的 Perforce 版本。这是从命令行执行此操作的方法(这是从“p4 help rename”的输出中复制的)。

In release 2009.1 and higher, you can use 'p4 move' to move or
rename files. Perforce clients prior to release 2009.1 do not
support 'p4 move'.  However, files in older clients can be
renamed by branching one file to another and deleting the
original file.  For example:

    p4 integrate fromFile toFile
    p4 delete fromFile
    p4 submit

For further information, see the help for the individual commands.

Note: Files renamed in this way are treated as branched files
rather than moved files in subsequent operations.
于 2012-11-08T22:29:50.060 回答