用户工具

站点工具


linux:p4

差别

这里会显示出您选择的修订版和当前版本之间的差别。

到此差别页面的链接

两侧同时换到之前的修订记录前一修订版
后一修订版
前一修订版
linux:p4 [2021/03/15 19:04] – [4. p4 revert] zhangguolinux:p4 [2023/03/17 10:12] (当前版本) – 外部编辑 127.0.0.1
行 69: 行 69:
 这跟git不一样,git可以直接git diff, p4 有些麻烦。 这跟git不一样,git可以直接git diff, p4 有些麻烦。
  
 +
 +
 +
 +===== - p4 files =====
 +显示p4指示路径有哪些文件。
 +
 +<code bash>
 +p4 files //depot/... Provides information about all files in the depot.
 +p4 files //clientname/... Provides information about all depot files visible through the client view.
 +p4 files @2011/03/10 Provides information about all depot file revisions that existed on March 10, 2011.
 +p4 files @2011/03/31:08:00,@2011/03/31:17:00 Lists all files and revisions changed during business hours on March 31, 2011.
 +p4 files //depot/proj2/...@p2lab Lists files and revisions under the directory //depot/proj2/... tagged by label p2lab.
 +p4 files //depot/file.c Show information on the head revision of //depot/file.c. (that is, the highest revision in the implied range of #1,#head)
 +p4 files -a //depot/file.c Show information on every revision of //depot/file.c (that is, all revisions in the implied range of #1,#head)
 +p4 files -A //arch/depot/proj/... If an administrator has used p4 archive to transfer //depot/proj/... to an archive P4 Command depot named arch, displays information about the files in the archived project.
 +</code>
  
 ===== - p4 print ===== ===== - p4 print =====
行 138: 行 154:
 p4 删除文件。 p4 删除文件。
  
 +===== - p4 client =====
 +
 +删除p4 client
 +
 +<code bash>
 +p4 [g-opts] client -d [-f [-Fs]]clientname
 +</code>
linux/p4.1615806291.txt.gz · 最后更改: 2023/03/17 10:12 (外部编辑)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki