在 Perforce 中同步多个 depo 项目中的特定 depo
如何仅同步 P4 中我的 depo 中的 1 个特定分支。
下面的命令需要文件名:
p4 sync -n -f //depot/...filename
但我想同步整个分支&我的笔记本电脑中有多个分支。我如何明确告诉 P4 仅同步特定的 depo 分支?
谢谢!
How can I sync only 1 particular branch from my depo in P4.
Below command needs the file name:
p4 sync -n -f //depot/...filename
But I want to sync entire branch & I've multiple branches in my laptop. How can I specifically tell P4 to sync only a particular depo branch?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您显示的命令行中的 ... 大致意味着“每个子树”,因此它会在您的仓库下的所有分支中同步该文件名。相反,您可以给出您实际想要的文件的完整路径(无论是本地形式还是仓库形式):
The ... in the command line you show means, roughly, "every subtree", so it syncs that filename in all branches under your depot. Instead you can give the full path -- either in local, or depot form -- of the file you actually want: