签出自定义变更列表
有没有办法将文件直接检出到 Perforce 中特定的待定更改列表中?
Is there a way to checkout a file directly into a specific pending changelist in Perforce?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用 p4win 或 p4v,您可以使用拖放功能将文件直接检出到预先存在的更改列表中。在命令行中,您可以将
p4 edit
与-c [changelist #]
命令结合使用。using p4win or p4v, you can use the drag and drop facility to check a file out directly to a preexisting changelist. from the commandline, you can use
p4 edit
with the-c [changelist #]
command.