perforce 客户端规范 - 使不同的仓库路径映射到相同的客户端工作空间路径

发布于 2024-11-14 22:29:37 字数 302 浏览 2 评论 0原文

我想创建一个具有以下视图的客户端:

//depot/location1/main/... //myclient/main/...
//depot/location2/main/... //myclient/main/...

//depot/location1/main/... 和 //depot/location2/main/... 之间没有共同的文件和目录

但是当我执行 p4 同步时,它仅从 //depot/location2/main/... 同步

我怎样才能使其从两个位置同步?

I want to create a client with the following view:

//depot/location1/main/... //myclient/main/...
//depot/location2/main/... //myclient/main/...

No files and directories are common between //depot/location1/main/..., and //depot/location2/main/...

But when I do p4 sync, it only syncs from //depot/location2/main/...

How can I make it sync from both locations?

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

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

发布评论

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

评论(1

岁月打碎记忆 2024-11-21 22:29:37

使用这个

//depot/location1/main/... //myclient/main/...
+//depot/location2/main/... //myclient/main/...

plus 可以完成您正在寻找的操作,它告诉 perforce 将文件从该仓库位置添加到已经定义的工作空间位置。

Use this

//depot/location1/main/... //myclient/main/...
+//depot/location2/main/... //myclient/main/...

The plus does what you are looking for, it tells perforce to add the files from that depot location to an already defined workspace location.

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