Can I emulate svn:externals using mercurial?

后端 未结 4 1627
鱼传尺愫
鱼传尺愫 2020-12-13 01:35

We are considering a move from SVN to Mercurial, and have encountered a stumbling block.

We currently use svn:externals to automatically pull a common s

4条回答
  •  粉色の甜心
    2020-12-13 02:26

    It appears that the functionality of the Forest Extension is being implemented into core Mercurial (as of 1.3):

    https://www.mercurial-scm.org/wiki/Subrepository.

    Currently marked as "experimental" but perhaps will be the route to handle svn:external -type functionality as of v1.4.

提交回复
热议问题