Writing /share/Web/wiki/data/cache/7/7752467a741b7f3c385c2c96d57efce6.metadata failed
linux:p4
差别
这里会显示出您选择的修订版和当前版本之间的差别。
| 两侧同时换到之前的修订记录前一修订版后一修订版 | 前一修订版 | ||
| linux:p4 [2021/03/15 19:04] – [4. p4 revert] zhangguo | linux: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 // | ||
| + | p4 files @2011/03/10 Provides information about all depot file revisions that existed on March 10, 2011. | ||
| + | p4 files @2011/ | ||
| + | p4 files // | ||
| + | p4 files // | ||
| + | p4 files -a // | ||
| + | p4 files -A // | ||
| + | </ | ||
| ===== - p4 print ===== | ===== - p4 print ===== | ||
| 行 138: | 行 154: | ||
| p4 删除文件。 | p4 删除文件。 | ||
| + | ===== - p4 client ===== | ||
| + | |||
| + | 删除p4 client | ||
| + | |||
| + | <code bash> | ||
| + | p4 [g-opts] client -d [-f [-Fs]]clientname | ||
| + | </ | ||
linux/p4.1615806291.txt.gz · 最后更改: 2023/03/17 10:12 (外部编辑)