Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-46714

Add support for Mercurial's ShareExtension for subrepositories

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Unresolved
    • Icon: Major Major
    • mercurial-plugin
    • None

      The ShareExtension allows the .hg folder of a checkout to share it's store with other checkouts, thus reducing the disk usage (cf. JENKINS-11363). However, this isn't applied (yet) for subrepositories.

      So: for a simple repository "Repo" with one subrepository "Subrepo", i.e., 

      • Repo 
        • Subrepo

       Checkouts of "Repo" use the sharing and does not contain it's own .hg/store.

       The recursive checkout of "Subrepo" does have it's own .hg/store, no data is shared.

      Especially for large subrepositories, it would be nice if the .hg data could also be shared.

            Unassigned Unassigned
            kpop kpop
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: