CVS:用分支替换 HEAD
如何用分支替换 CVS 存储库的 HEAD?
How do I replace the HEAD of a CVS repository with a branch?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
如何用分支替换 CVS 存储库的 HEAD?
How do I replace the HEAD of a CVS repository with a branch?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
查看此页面,其中非常容易理解 CVS 中的分支和合并
http://kb.wisc.edu/middleware/page.php?id=4087
它还包含一个用指定分支替换 HEAD 的示例
用另一个分支替换一个分支
标记分支的末尾
切换回要替换的分支
到头部:
到分支:
进行替换:
替换头部
替换分支
如果需要,请提交更改和标记。
Check out this page, which has a pretty easy to follow walk through of branching and merging in CVS
http://kb.wisc.edu/middleware/page.php?id=4087
It also includes an example of replacing HEAD with a specified branch
Replacing One Branch With Another
Tag the end of your branch
Switch back to the branch you're replacing
To head:
To branch:
Do the replace:
Replace head
Replace branch
Commit changes and tag if you need to.