使用 Mercurial 将存储库 A 的子目录提取到不同的存储库 B
我想将现有私有 Mercurial 存储库的一部分(即一个子目录)移动到 bitbucket 上的新公共存储库。是否可以执行此操作(包括更改集),或者我是否必须手动将目录复制到新存储库并将其提交到那里(并在途中丢失版本历史记录)?
I want to move a part, i.e. one subdirectory of an existing, private mercurial repository to a new, public repository on bitbucket. Is it possible to do this including the changesets or do I have to manually copy the directory to the new repository and commit it there (and lose the version history on the way)?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您想使用转换扩展来执行此操作。可能值得重新组织您的主存储库,使其成为子存储库。
you want to use the convert extension to do this. it may be worth while reorganising your main repo to make this a subrepo while you are at it.