如何在 P4 (perforce) 中从现有分支创建新的私有分支?
我正在使用P4V。我需要从现有项目存储库创建一个新的私有分支。我怎样才能在 P4V 中做到这一点?
从帮助文件中,我得到了以下步骤:
为要保留在私有分支中的文件创建分支规范 在 P4 中,可以通过文件-->新建-->分支规范
创建一个新的工作区并在工作区视图中将源指定为私有分支文件夹
使用新工作区中的分支规范集成文件
右键单击左侧树的根
单击“集成”选项,然后使用“分支规范”选项卡使用步骤 1 中创建的分支规范进行集成
解决并签入 这还将在 Depot 中创建新文件夹
编辑: 第 1 步完成。感谢msKing 如何创建新工作区?
I am using P4V. I need to create a new private branch from an existing project repository. How can i do this in P4V?
From a help file, I got the following steps:
Create a branch Specification for the files you want to keep in private branch
In P4 it could be done through File-->New-->Branch SpecificationCreate a new Workspace and in the workspace view specify the source as the private branch folders
Integrate the files using the branch specification from the new workspace
Right click on the root of the tree in the left side
Click the Integrage option and using branch specification tab integrate using the branch specification created in step1
Resolve and do the checkin
This will create new folders in the Depot also
Edit:
Step 1 done. Thanks to msKing
How to create a new workspace?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 P4v 中,分支规范被命名为“分支映射...”。您还可以使用 Ctrl+3 打开“分支映射”选项卡。右键单击选项卡并创建新的 BranchSpec。
In P4v Branch Specification is named as 'Branch Mapping...'. You can also use Ctrl+3 to open the Branch Mappings tab. Right click in the tab and create the new BranchSpec.