如何使perforce命令行视图与P4Win视图相同
我编写了一些 python 工具,它们与 p4 命令行一起使用,以处理我在 P4Win 中打开的文件。然而,p4 视图似乎会变得与 P4Win 视图不同。我不太确定如何使它们相同。
I've written some python tools which work with the p4 command line to work on files I have opened in P4Win. However it seems like the p4 view can become different to the P4Win view. I'm not quite sure how to make them the same.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
也许“视图”是指客户工作区?在这种情况下,P4Win 和 p4 命令行选择的工作空间是独立的。
您需要使用
p4 set
为命令行选择与为 P4Win 选择的相同工作区。Maybe by 'view' you mean client workspace? In which case the workspace selected by P4Win and p4 command-line are independent.
You need to use
p4 set
to select the same workspace for command-line as you've selected for P4Win.