Perforce - 是否可以直接提交不同分支上的打开文件?
我正在使用 perforce 进行版本控制。假设我正在主分支中处理一个文件://main/xx.cs
(已开放编辑)
同时,//main
分支到 //v1
,然后//main
被锁定。 有没有办法可以将 //main/xx.cs
中的本地更改直接集成到 //v1/xx.cs
?
I'm using perforce for versioning control. Let's say I am working on a file in the main branch://main/xx.cs
(it's open for edit)
In the mean time, //main
gets branched to //v1
and then //main
gets locked.
Is there a way I can integrate my local changes in //main/xx.cs
directly to //v1/xx.cs
?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
有一个类似的问题:我可以集成吗在 perforce 上将文件检出到不同的分支
其中给出的答案之一:
http://kb.perforce.com/UserTasks/CodelinesAndBranching/BranchingWorkInProgress
看起来它会提供比你需要的更多的东西。
还有各种 p4shelve、p4tar 选项可能会有所帮助:
There's a similar question: Can I integrate checked out files into a different branch on perforce
One of the answers there gives:
http://kb.perforce.com/UserTasks/CodelinesAndBranching/BranchingWorkInProgress
which looks like it will provide more than you need.
There is also various p4shelve, p4tar options that might help:
这是一种可能性...
瞧!
Here's one possibility...
Voila!