Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • G gitlabhq1
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 21
    • Issues 21
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 12
    • Merge requests 12
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • gpt
  • large_projects
  • gitlabhq1
  • Issues
  • #3511

Closed
Open
Created 12 years ago by Administrator@rootOwner
  • New issue

  • Report abuse

  • New issue

  • Report abuse

[New feature] clone all projects as a submodule of a group, a group-repository-feature

Closed

[New feature] clone all projects as a submodule of a group, a group-repository-feature

Created by: santeriv

It would be nice feature to grab all projects from group as submodules and group being a top level git project having those submodules.

Eg. page http://gitlab/groups/mytestgroup could show a guide

  • either how to init a new repo and
#0-level solution provide just guide
mkdir mytestgroup
cd mystestgroup
git init
#... these lines printed based on Projects belonging to group
git submodule add repourl1.git
git submodule add repourl2.git
git submodule add repourl3.git
#... loop ends
  • or just implement the auto-creation (if the 'group'-repo does not exist) of mytestgroup git repo on server side
#non-trivial solution
git clone -r http://gitlab/groups/mytestgroup.git
or
git clone http://gitlab/groups/mytestgroup.git
git submodule init

Linked issues
...

    Related merge requests

    • Administrator
      Administrator @root · 12 years ago
      Owner

      Created by: bbodenmiller

      http://feedback.gitlab.com is the place for feature requests.

      By Administrator on 2013-04-05T09:44:32 (imported from GitLab project)

    • Administrator
      Administrator @root · 12 years ago
      Owner

      Created by: maxlazio

      Please use the feedback forum.

      By Administrator on 2013-04-05T09:46:30 (imported from GitLab project)

    • Administrator
      Administrator @root · 12 years ago
      Owner

      Created by: santeriv

      thanks moved to http://feedback.gitlab.com/forums/176466-general/suggestions/3817051-clone-all-projects-as-a-submodule-of-a-group-a-gr

      By Administrator on 2013-04-05T09:52:55 (imported from GitLab project)

    • You're only seeing other activity in the feed. To add a comment, switch to one of the following options.
    Please register or sign in to reply
    0 Assignees
    Assign to
    Milestone
    No milestone
    None
    None
    Time tracking
    Due date
    None
    None
    0
    Labels
    None
    Assign labels
    • No matching results
    • Manage project labels
    Confidentiality
    Not confidential

    You are going to turn on confidentiality. Only team members with at least Reporter access will be able to see and leave comments on the issue.

    Lock issue
    Unlocked
    participants
    Reference: