Mercurial:从旧存储库中的现有文件夹创建新存储库
可能的重复:
我可以拆分 Mercurial 存储库吗?
我有一个包含多个项目的 Mercurial 存储库 (当我开始使用 Mercurial 时,这似乎是个好主意......)。
是否可以将项目/文件夹转换到新的存储库并保持其历史记录完好无损?
提前致谢。
Possible Duplicate:
Can I split a Mercurial repository?
I have a Mercurial repository with multiple projects (when I started with Mercurial that seemed to be a good idea...).
Is it possible to convert the projects/folders to new repositories with their history intact?
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您应该能够使用 ConvertExtension 来完成此操作,从 Mercurial 转换为 Mercurial。
来自文档:
我已经成功使用以下命令行
,其中 fm-txt 看起来像
您可能想考虑将该文件夹重命名为不成为新存储库中的子文件夹。不过我自己还没有尝试过。
You should be able to do it with ConvertExtension, converting from Mercurial to Mercurial.
From docs:
I've had success with the following command line
where fm-txt would look like
You might want to look into renaming that folder to not be a sub-folder in the new repo. Haven't tried that myself though.