开发者

hg : how to convert a single subversion branch

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


You could use the Convert Extension (see also this SO question), and convert directly the project/branch you need

hg convert http://url/to/svn/myproject/mybranch
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜