hg :如何转换单个 subversion 分支
我有一个颠覆存储库,其中每个分支都是一个单独的项目。我想改变这种架构,并逐渐转向mercurial。如何将 subversion 存储库的单个分支转换为 hg 存储库。
汞版本:1.01
I have a subversion repository, where each branch is a separate project. I would like to change this architecture, and to gradually move to mercurial. How can I convert a single branch of a subversion repo into an hg repository.
hg version : 1.01
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用转换扩展(另请参阅此SO问题),并直接转换您需要的项目/分支
You could use the Convert Extension (see also this SO question), and convert directly the project/branch you need