使用 p4 add/edit 命令打开/编辑 depot 的所有文件

发布于 2024-08-14 05:18:20 字数 142 浏览 2 评论 0原文

是否可以使用 p4 add 命令添加所有新文件。

实际上,我不想使用 p4 add 命令传递每个文件名或任何通配符模式。

p4 编辑操作有同样的问题。编辑所有在客户端修改的文件。

有什么建议吗?

Is it possible to add all new files using p4 add command.

Actually I do not want to pass each file names or any wild chard pattern with p4 add command.

same question for p4 edit operation. Edit all files which are modified at client side.

Any suggestions?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

伴梦长久 2024-08-21 05:18:20

请查看 http://kb.perforce.com/UserTasks/WorkingDisconnected,特别是

p4 diff -se //myclient/... | p4 -x - edit
find . -type f -print | p4 -x - add

:如果您已连接,那么最好在编辑文件之前执行 p4 edit,因为这样其他人可以看到您正在编辑文件。

Look at http://kb.perforce.com/UserTasks/WorkingDisconnected, in particular:

p4 diff -se //myclient/... | p4 -x - edit
find . -type f -print | p4 -x - add

If you are connected, then it's better to do p4 edit before editing files, as that allows other people to see that you are editing the files.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文