Reducing repository size in Mercurial

前端 未结 4 1665
悲&欢浪女
悲&欢浪女 2021-02-07 01:26

As my team works on a given project with the source in a Mercurial repository, the repository is obviously growing in size. As such, cloning a repository over the network become

4条回答
  •  半阙折子戏
    2021-02-07 02:23

    One option is to use the convert extension to decompose your repository to a group of smaller repositories.

    Say you have a repository that has evolved to contain many projects (folders). And you have decided you’d be better off if each project (folder) were a separate repository. You can use the convert extension to do just that and retain your changeset history.

提交回复
热议问题