p4v的一些命令整理记录

参考官方地址(https://www.perforce.com/manuals/cmdref/Content/CmdRef/commands.html)

 

设置服务地址

SET P4PORT=222.239.234.51:1666

设置用户名

SET P4USER=xxx

登录命令

p4 login

创建客户端

p4 client 客户端名

设置客户端

set p4client=客户端名

删除客户端

p4 client -d 客户端名

下载指定项目

p4 sync //depot/xxx/...

强制下载指定项目

p4 sync -f //depot/xxx/...

刷新同步状态

p4 sync  -k //depot/xxx/...

获取变更记录

p4 changes -L -t //depot/xxx/...

获取指定序号之后的变更记录

p4 changes -L -t -e 100 //depot/xxx/...

获取指定序号的更新文件列表

p4 files @=100

 获取项目列表

p4 dirs //depot/*

获取指定格式文件名

p4 files //depot/xxx/*.txt
posted @ 2023-02-13 20:26  繁华初上  阅读(242)  评论(0编辑  收藏  举报