perforce 客户端规范 - 使不同的仓库路径映射到相同的客户端工作空间路径
我想创建一个具有以下视图的客户端:
//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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用这个
plus 可以完成您正在寻找的操作,它告诉 perforce 将文件从该仓库位置添加到已经定义的工作空间位置。
Use this
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.