How to handle merges with hgsubversion?

前端 未结 3 1595
逝去的感伤
逝去的感伤 2021-02-03 14:22

I am trying to contribute to a project that uses Subversion. I used Mercurial and its hgsubversion extension to clone the repo. My work takes place on a feature branch.

<
3条回答
  •  太阳男子
    2021-02-03 14:39

    I needed to figure this out for myself and wrote it up here:

    http://notebook.3gfp.com/2010/05/pushing-a-new-feature-from-a-mercurial-repo-into-an-svn-repo/

    I haven't yet figured out how to close a branch in subversion and have the mercurial graph look correct.

提交回复
热议问题